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.
PythonでJSON-RPCサーバーをセットアップして安全にする最も簡単な方法は何ですか?私はpython/javascriptのパジャマに非常に興味があります-しかし、ドキュメントはJSON-RPCでセキュリティを実装する方法を説明していません。
私はパジャマで少し遊んで、現在djangoでjson-rpcを実装しています。
SSL を使用してサイトを保護することを検討しましたか。独自の (基本的な) 暗号化ルーチンを実装する以外は、おそらく最善の方法です。