guile-bewaking 0.1.9
Authentication / Authorization library for Guile Scheme
bewaking provides functionalities to (double) encrypt and decrypt data, aided by a custom obfuscation algorithm.
It also provides a DSL to be used for Authorization and Authentication for your Guile Scheme projects with a simple user permission system.
Data is protected through multiple layers of cryptography techniques and obfuscation tricks, producing secure files and tokens one can use.
- Outputs: out
- Website: https://codeberg.org/jjba23/bewaking
- Licenses: LGPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-bewaking 0.1.9 as follows:
guix install guile-bewaking@0.1.9
Or install the latest version:
guix install guile-bewaking
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.