rsthn / rose-ext-angela
Angela Encryption Extension
Package info
github.com/rsthn/rose-ext-angela
Type:rose-extension
pkg:composer/rsthn/rose-ext-angela
v3.0.2
2024-05-14 07:19 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-14 12:08:40 UTC
README
(eax:encrypt <key> <plain-text>)
Encrypts the specified buffer using Angela.
(eax:encrypt 'hello_world' 'my_plain_text') ; (bytes)
(eax:decrypt <key> <cipher-text>)
Decrypts the specified cipher using Angela.
(eax:decrypt 'hello_world' (eax:encrypt 'hello_world' 'my_plain_text')) ; my_plain_text