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.

    Language:Python5012
  • 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.

    Language:JavaScript2100
  • 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.

    Language:Shell1100
  • 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.

    Language:HTML