Skip to content

Releases: bowenliang123/cryptography

0.2.0

05 Jun 05:51

Choose a tag to compare

First release version published on Dify Marketplace at https://marketplace.dify.ai/plugins/bowenliang123/cryptography .

  • 0.2.0:

    • Introduce aes_encrypt and aes_decrypt tools for AES encryption and decryption of Base64 format ciphertext
  • 0.1.0:

    • Introduce tools to support Ed25519 signing, varification, keypair generation, including ed25519_keygen, ed25519_sign and ed25519_verify
  • 0.0.1:

    • Introduce sha256sum and md5sum tools for hashing the input binary file
    • Introduce rsa_encrypt and rsa_decrypt tools for RSA encryption and decryption of Base64 format ciphertext