Skip to content

I built an encryption and decryption system in Python using OOP on my phone. I created a class that stores a key and added methods that shift characters forward and back. But while I was coding it, i noticed how the class structure handled the key. Finishing it gave me a clear understanding of how the system works.

Notifications You must be signed in to change notification settings

calchiwo/encryption-and-decryption-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

encrypted-and-decryption-system

I built an encryption and decryption system in Python using OOP on my phone. I created a class that stores a key and added methods that shift characters forward and back. But while I was coding it, i noticed how the class structure handled the key. Finishing it gave me a clear understanding of how the system works.

About

I built an encryption and decryption system in Python using OOP on my phone. I created a class that stores a key and added methods that shift characters forward and back. But while I was coding it, i noticed how the class structure handled the key. Finishing it gave me a clear understanding of how the system works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages