Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 511 Bytes

File metadata and controls

11 lines (6 loc) · 511 Bytes

Encryption Algorithms

A collection of various encryption algorithms

One-Time Pad (OTP) Encryption

Input pad and cipher/plain and it will run the otp algorithm on it.
Input in hex and text supported

Disclaimer

This repository and its contents are intended for educational purposes only. The implementation of encryption algorithms should not be used for any illegal or unethical activities. The author of this repository is not responsible for any misuse of the contents of this repository.