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

cant import this project in eclipse #1

Closed Android-Rocks closed 9 years ago

Android-Rocks commented 9 years ago

dear developer , you work is good. but i cant import this project in my eclipse .and also tell me how to encrypt my string url in android project.

ademar111190 commented 9 years ago

Thanks for feedback.

And it is true, the project is based in android studio, To add eclipse support it is necessary the help of someone who know how to do it. I do not know unfortunately.

But at first moment, you can just copy the class Encryption to your own project. I know it is not the ideal, but can help meanwhile anyone help-me with eclipse issue.

about url question, you just need send the url with the key, something like it new Encryption.encrypt("key", "www.f.oo");. But this library is basead in DES algorithm, if you want to connect with web you should uses something like ssh or other of type.

ademar111190 commented 9 years ago

Just an update, the version 1.1.0+ is basead in AES algorithm and not more in DES.

And about eclipse users, you can download the last version of library in sources.jar format and use on your eclipse project, here the download link.

Android-Rocks commented 9 years ago

thanks Dear

On 2/2/15, Ademar Alves de Oliveira notifications@github.com wrote:

Closed #1.


Reply to this email directly or view it on GitHub: https://github.com/simbiose/Encryption/issues/1#event-228628517