guile-bewaking
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.
- Versions: 0.1.9
- 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 the latest version of guile-bewaking as follows:
guix install guile-bewaking
Or install a particular version:
guix install guile-bewaking@0.1.9
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.
Badge code
You can use the following badge to inform users of guile-bewaking about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/guile-bewaking'><img src='https://packages.guix.gnu.org/packages/guile-bewaking/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/guile-bewaking)
Example Org:
[[https://packages.guix.gnu.org/packages/guile-bewaking][https://packages.guix.gnu.org/packages/guile-bewaking/badges/latest-version.svg]]