Skip to content

Turlough/EncryptionLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EncryptionLibrary

Simple Aes String encryption and decryption. Contains IEncryptor, NullEncryptor and AesEncryptor, as well as utils and unit tests.

IEncryptor provides this interface:

public interface IEncryptor { String encrypt(String input); String decrypt (String input); }

About

Simple Aes String encryption and decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages