narfbg / SimpleEncryption

Simple Encryption for PHP
22 stars 6 forks source link

Interoperability #9

Closed ivantcholakov closed 9 years ago

ivantcholakov commented 9 years ago

Would it be possible the chosen algorithm to be ported to other languages?

For JavaScript (Node/io.js, for browsers it does not make sense) I know this library: sjcl - https://github.com/bitwiseshiftleft/sjcl The idea is with help of this library SimpleEncryption to be implemented for JavaScript and it to be compatible with the PHP implementation.

For other languages possibility for porting would be nice too. By the way the suggestion #2 seems to me good for this goal.

narfbg commented 9 years ago

Of course it can be ported ... almost any code can be ported to another language.