About 391,000 results
Open links in new tab
  1. How do you use bcrypt for hashing passwords in PHP?

    Jan 25, 2011 · Every now and then I hear the advice "Use bcrypt for storing passwords in PHP, bcrypt rules". But what is bcrypt? PHP doesn't offer any such functions, Wikipedia babbles about a file …

  2. Node.js: bcrypt vs native crypto - Stack Overflow

    Can someone point out the differences between the two and example situations where use each? bcrypt looks great.

  3. Do any security experts recommend bcrypt for password storage?

    The designers of bcrypt were quite aware of the issue, which is why they designed bcrypt out of the block cipher Blowfish and not a SHA-* function. They note in their article the following: That means …

  4. (trapped) error reading bcrypt version v.4.1.2 - Stack Overflow

    Jun 16, 2024 · I am programming an API with FastAPI and also using the module bcrypt==4.1.2 When running the app I get the following error: ... INFO: Finished server process [24084] INFO: Started …

  5. How to export RSA Keys generated from CNG API? - Stack Overflow

    Nov 10, 2021 · really need not direct base64 encode output from BCryptExportKey or NCryptExportKey but do extra steps: use BCryptExportKey (or NCryptExportKey) with BCRYPT ...

  6. node.js - Cannot find module 'bcrypt' - Stack Overflow

    Dec 31, 2015 · I am getting error Cannot find module 'bcrypt' in nodejs application I have tried to install it using npm install bcrypt but still getting the issue. node app.js ...

  7. How to link Bcrypt.lib to VC++ DLL project - Stack Overflow

    Feb 8, 2022 · How to link Bcrypt.lib to VC++ DLL project Asked 3 years, 10 months ago Modified 2 years, 4 months ago Viewed 4k times

  8. .net implementation of bcrypt - Stack Overflow

    It sounds like you are looking for BCrypt.net: BCrypt.net is an implementation of OpenBSD's Blowfish-based password hashing code, described in "A Future-Adaptable Password Scheme" by Niels …

  9. javascript - Compare passwords BcryptJS - Stack Overflow

    Oct 17, 2016 · So I'm trying to build a very basic user login. I'm trying to create a user, then login with those credentials and get back a JSON Web Token. Where I'm stuck is trying to compare the …

  10. node.js - Error installing bcrypt with npm - Stack Overflow

    I'm unable to install bcrypt using npm on my machine because I encounter the following errors. I have been troubleshooting the issue without much luck. Can you recommend any steps to diagnose or fi...