OpenSSL
12.05.2024
14
0
0
0
Is an open source library that is the foundation for cryptographic operations such as hashing, encryption, creating electronic signatures and the ability to create keys, certificates, and sign them.
Official website https://openssl-library.org/
Supported ciphers:
- AES
- Blowfish
- Camellia
- Chacha20
- Poly1305
- SEED
- CAST-128
- DES
- IDEA
- RC2
- RC4
- RC5
- Triple DES
- GOST 28147-89
- SM4
Supported hash functions:
- MD5
- MD4
- MD2
- SHA-1
- SHA-2
- SHA-3
- RIPEMD-160
- MDC-2
- GOST R
- BLAKE2
- Whirlpool
- SM3
Supported criptographics key-generators:
- RSA
- DSA
- Diffie–Hellman key exchange
- Elliptic curve
- X25519
- Ed25519
- X448
- Ed448
- GOST R
- SM2
Well known forks: