Skip to content

Simple Windows Forms app for encrypting and decrypting text data based on Strategy pattern

Notifications You must be signed in to change notification settings

tkalandarov/TextEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TextEncryptor

Simple Windows Forms app for encrypting and decrypting text data based on Strategy pattern

I build this app quite long ago to practice freshly learned Strategy pattern. You can see in the code how I utilize ITextWorker interface to call the same function with different realizations from different classes. In other words, I used polymorphism on practice, one of the paradigm of object-oriented programming.

About

Simple Windows Forms app for encrypting and decrypting text data based on Strategy pattern

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages