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.
iPhoneでOpenSSLライブラリが正常に動作しており、ハッシュなどを作成できます...アプリ内でソルトパスワードを作成する方法を考えていたので、次の出力と一致します。
openssl passwd -crypt -salt xxxxxxxxxxxx パスワード
ライブラリ内で「passwd」関数を探していますが、見つからないようです...
ありがとう!