simbiose / Encryption

Encryption is a simple way to encrypt and decrypt strings on Android and Java project.
MIT License
354 stars 79 forks source link

Is it okay to use a single instance of Encryption(singleton). (Is it thread safe) #8

Open vijayrawatsan opened 9 years ago

ademar111190 commented 9 years ago

It is a good point, today it is not ok, but now implements thread safe is on TODO list.