Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバー側で文字列をパスワードで暗号化し、クライアント側で同じパスワードで復号化したいのですが。
これにアプローチする方法は?
いくつかの暗号化機能を探しています。メソッドは標準であり、ほとんどの言語ですべて実装されているため、どのメソッドを使用しても問題はありません。
たとえば、 AESを見てみましょう。
JS 実装: http://code.google.com/p/crypto-js/
ルビー: https://gist.github.com/1077760