문제

I am writing a desktop app in Xojo for Windows 7. The Xojo language does not have an implementation of Bcrypt.

Is there a free Windows command line executable that will take a password as a string and return it's Bcrypt hash? That way I can bundle the command line tool with my Xojo app and call it internally.

도움이 되었습니까?

해결책

Xojo has Bcrypt with some external code. see the forum thread https://forum.xojo.com/8592-bcrypt

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top