This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guile-bewaking/badges/latest-version.svg)](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]]