Skip to content

Cypherpunk 2 - AES cryptography

Compare
Choose a tag to compare
@polterguy polterguy released this 20 Oct 05:12
· 6279 commits to master since this release

Version 8.4.5

magic.lambda.crypto

Further expanded upon the library, creating more and better support for binary byte[] input/output,
such as returning encrypted messages as byte[], handling (correctly) byte[] input to both
decrypt, verify signatures, etc.

Changed the [crypto.random] slot, such that it now only returns alphanumeric characters, and no special characters.

Added the two following slots.

  • [crypto.aes.encrypt] - Encrypts data using AES encryption
  • [crypto.aes.decrypt] - Decrypts data previously encrypted with AES encryption

Refer to the documentation of magic.lambda.crypto for details.