| Script | Description |
|---|---|
| RSA | Lib/tool to encrypt/decrypt/sign files using the RSA algorithm |
| AES | Lib/tool to encrypt/decrypt files using the AES algorithm |
| SHA2 | Lib/tool to compute digests using the SHA2 algorithms |
| HMAC | Lib/tool to compute HMACs using the SHA2 algorithms |
| DH | Lib/tool to perform a Diffie-Hellman-Merkle key exchange |
| TLS | Lib/tool to create TLS-like secured channels |
Warning: this scripts are toy, insecure and non-optimized implementations of the algorithms