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.
Javascript を使用した対称暗号化技術を組み込んで Web アプリケーションを強化したいのですが、パフォーマンスが低下するのではないかと心配しています。良いアプローチを教えてください。
これは良いスタートです
http://code.google.com/p/crypto-js/
暗号化にはCPU時間が必要です。パフォーマンスを犠牲にします。あなたはどれだけが多すぎるかを決定し、プロファイルする必要があります。
HTTPSを使用しないのはなぜですか?