Jump to content

Suggestions on libraries/frameworks for encryption?

Hello, fellow programmers.

 

I need to write a piece of software that deals well with encryption. I want to be able to use both shared key and public key encryption with some common algorithms (AES and RSA will do), and I want it to be (obviously) secure.

 

Is there any reputable framework or library that I could use for that?

 

Edit: I tryed using the pycrypto module with Python3, but it was somewhat buggy when encrypting long strings.

Cheers,

Edited by Guilherme Alles
Additional info
Link to comment
Share on other sites

Link to post
Share on other sites

49 minutes ago, Guilherme Alles said:

Hello, fellow programmers.

 

I need to write a piece of software that deals well with encryption. I want to be able to use both shared key and public key encryption with some common algorithms (AES and RSA will do), and I want it to be (obviously) secure.

 

Is there any reputable framework or library that I could use for that?

 

Edit: I tryed using the pycrypto module with Python3, but it was somewhat buggy when encrypting long strings.

Cheers,

Because I'm not 100% sure about what language you wanted, I'll link a library I found (never used) for my favourity/goto-language/

 

http://www.jasypt.org/

 

JavaX also seems to have some classes for you to encrypt stuff with.

http://stackoverflow.com/questions/1132567/encrypt-password-in-configuration-files

That time I saved Linus' WiFi pass from appearing on YouTube: 

A sudden Linus re-appears : http://linustechtips.com/main/topic/390793-important-dailymotion-account-still-active/

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×