Tagged Questions
5
votes
2answers
458 views
Is a JavaScript implementation of AES any less secure than other language implementations?
There are a few JavaScript AES implementations available such as Gibberish-aes
So assuming the AES algorithm has been implemented correctly in this library then it should be as secure as any other ...
3
votes
3answers
262 views
PHP/JavaScript with RSA
I have a few columns in the database which should be encrypted. I'm wondering if the way I chose to make this system work is ok, and I'm looking forward to hear some opinions:
I chose RSA algorithm ...