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 クライアントと Python バックエンドで使用できる公開秘密鍵ソリューションを探しています。目的は、暗号化されたデータをクライアントからサーバーに送信することです...解決策はありますか? ヒントをありがとう。
サーバーへの接続には SSL を使用します。これを行う最も簡単な方法は、通信に HTTP を使用し、サーバー上で HTTPS を実行して要求を実際のサーバー アプリケーションに転送できるプロキシ (Apache など) を実行することです。