What do encoder-decoder offer?
- URL Encoding & Decoding
- Base64 Encoding & Decoding
- MD5 Hash Generator
- SHA1 Hash Generator
- SHA256 Hash Generator
- SHA512 Hash Generator
SHA1 Hash Generator
- SHA-1 (Secure Hash Algorithm) is a 160 bit cryptographic hash function created by the NSA in 1995. It creates a 40 byte hash value for the input of the algorithm.
- SHA-1 is one-way, meaning that the original input cannot be determined simply by knowing the hash value.