使用 OpenSSL 在 iPhone 上生成密码
我的 OpenSSL 库在我的 iPhone 上运行良好,并且可以创建哈希值等...我只是想知道如何在应用程序中创建加盐密码,以便它与以下输出匹配:
openssl passwd -crypt -salt xxxxxxxxxxxx 密码
我正在库中寻找“passwd”函数,但似乎找不到......
谢谢!
I have the OpenSSL library working fine on my iPhone, and can create hashes etc... I was just wondering how I'd create a salted password within the app so it matches the output of this:
openssl passwd -crypt -salt xxxxxxxxxxxx password
I'm looking for a 'passwd' function within the library but can't seem to find one...
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是移入答案块的一个数字答案:
好的,我有答案...您只需执行以下操作:
EZMode。
Here's a1phanumeric answer moved into an answer block:
Ok I have the answer... You simply need to do the following:
EZMode.