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.
Delphi XE2 でこれをエンコードした人はいますか?
Password_Digest = Base64 ( SHA-1 ( nonce + created + password ) )
これは、SOAP サービスを利用するためのパスワード ダイジェストを計算するためのものです。
ありがとう。