https://github.com/ajayabd17/caesar-cipher
OTP Generator
https://github.com/ajayabd17/caesar-cipher
otp otp-generator python
Last synced: 3 months ago
JSON representation
OTP Generator
- Host: GitHub
- URL: https://github.com/ajayabd17/caesar-cipher
- Owner: ajayabd17
- Created: 2025-02-08T22:51:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T22:55:56.000Z (3 months ago)
- Last Synced: 2025-02-08T23:26:24.100Z (3 months ago)
- Topics: otp, otp-generator, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caesar-Cipher
OTP Generator# Problem Statement
The advancement of digitalization has led to
several opportunities for Hackers to steal data
through the internet. To prevent this there are
several measures like getting OTP,s. One Time
Password (OTP) is a type of authentication
that requires a user to enter a unique,
time-sensitive code in order to gain access to a
system or application. OTPs are usually
generated by a hardware device or software
application and are sent to the user via textmessage or email. From this program users
will be able to easily generate OTP,s of
different combinations like alphanumeric etc.# Procedure
β Using user defined functions we receive
string, process string, reassign it in order to
decrypt.
β Usage of for loops is necessary in
between to the defined functions.
βTo reassign the string, using looping we
use random alphabets to replace each
one.