Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 338 Bytes

File metadata and controls

9 lines (7 loc) · 338 Bytes

Text-Encrypt-Decryptor

A simple text encryptor decryptor in Assembly. Can be improved later to file encryptor since the same logic will be implemented. 2 different approaches: Where the first code will decrypt the text which were encrypted Meanwhile, the second will just output the inputted text as a decrypted text.

# Flawz