Skip to content

shamo0/OTP

Repository files navigation

OTP

One Time Pad python implementation. A one-time password (OTP), also known as one-time PIN or dynamic password, is a password that is valid for only one login session or transaction, on a computer system or other digital device.

Repo includes python programs for OTP generation, encryption and decryption