message-encoding-and-decoding
There are 4 repositories under message-encoding-and-decoding topic.
isakruas/ecutils
Python Library for Elliptic Curve Cryptography: key exchanges (Diffie-Hellman, Massey-Omura), ECDSA signatures, and Koblitz encoding. Suitable for crypto education and secure systems.
isakruas/js-ecutils
JavaScript Library for Elliptic Curve Cryptography: key exchanges (Diffie-Hellman, Massey-Omura), ECDSA signatures, and Koblitz encoding. Suitable for crypto education and secure systems.
isakruas/go-ecutils
Go Library for Elliptic Curve Cryptography: key exchanges (Diffie-Hellman, Massey-Omura), ECDSA signatures, and Koblitz encoding. Suitable for crypto education and secure systems.
mrxehmad/text-encrypt-and-decrypt
web-based application that allows users to encrypt and decrypt messages using AES encryption. The user can input a message and a key (password), and the application will encrypt or decrypt the message accordingly.