Releases: bowenliang123/cryptography
Releases · bowenliang123/cryptography
0.2.0
First release version published on Dify Marketplace at https://marketplace.dify.ai/plugins/bowenliang123/cryptography .
-
0.2.0:
- Introduce
aes_encryptandaes_decrypttools for AES encryption and decryption of Base64 format ciphertext
- Introduce
-
0.1.0:
- Introduce tools to support Ed25519 signing, varification, keypair generation, including
ed25519_keygen,ed25519_signanded25519_verify
- Introduce tools to support Ed25519 signing, varification, keypair generation, including
-
0.0.1:
- Introduce
sha256sumandmd5sumtools for hashing the input binary file - Introduce
rsa_encryptandrsa_decrypttools for RSA encryption and decryption of Base64 format ciphertext
- Introduce