Cryptography

Cryptography is conversion of data into a secret code for protection of privacy using a specific algorithm and a secret key. The original text, or "plaintext", is converted into a coded equivalent called "ciphertext" via an encryption algorithm. The ciphertext can only be decoded (decrypted) using a predefined secret key. Cryptography is used to protect e-mail messages, credit card information, and corporate data. As the Internet and other forms of electronic communication become more prevalent, electronic security is also becoming increasingly important.

acmet has the capability to implement the complete set of all Cryptographic algorithms for networked communication. A number of them, as given below, have already been developed in C. These can be ported and Optimized for any given processor architecture in a very short time.

We have developed the following crypto algorithms:

  • AES
  • DES
  • DH
  • DSA
  • PRNGDES
  • RSA
  • SHA
  • TDES