Encryption tools
Encryption:
Any procedure used in cryptography to convert plaintext into ciphertext in order to prevent anyone except the intended recipient from reading that data. There are many types of data encryption, and they are the basis of network security. Common types include Data Encryption Standard and public-key encryption.
From : www.pki.vt.edu/help/glossary.html
CSHA1
CSHA1 is a C++ class implementation of the US Secure Hash Algorithm 1 as defined in the FIPS PUB 180-1 standard.
SHA-1 is a very secure hash algorithm, which has been designed by the NIST along with the NSA. It produces a 160-bit hash value, and therefore is more collision-resistant and resistant against birthday-attacks than MD5 or MD2 for example.
visit
CSHA1
CSHA1 was visited : 118 times
Loading .....