bcrypt
What's the most secure possible Devise configuration?
I\'m about to start setting up an employees-only Rails application at our company for working with sensitive information. There will be a firewall, physical security measures, etc. My concern right no[详细]
2023-03-23 04:49 分类:问答BCrypt generating different hashes given the same salt, string, and factor
Using one of the C# implementations of BCrypt to hash passwords and store them into a SQL database. However when I return to validate against the hash string BCrypt generates a different hash than the[详细]
2023-03-17 01:10 分类:问答How to migrate a password hash?
If I have passwords stored as a salted MD5 hash, but want to move them to use bcrypt, what\'s the best way to perform that transition? (given that I can\'t get the passwords back)[详细]
2023-03-15 09:47 分类:问答Encrypting a file with a weak password, bcrypt or SHA-256 + AES-256?
I start with a weak password (8 lower case characters for ex) and a file. I need to encrypt that file using that password. Result has to be secure against known attacks.[详细]
2023-03-10 01:33 分类:问答No bcrypt implementation in iOS... can use other language, create static library?
There is no straight forward bCrypt ( http://codahale.com/how-to-safely-store-a-password/) implementation in Objective-C, and while there are C code that does accomplish this, it\'s specifically for x[详细]
2023-03-06 23:19 分类:问答Rails 3 Devise grinds to halt with more encryption "stretches"
Whenever I put config.stretches = 20 in config/initializers/devise.rb, the server times out on encryption requests.[详细]
2023-03-04 17:01 分类:问答bcrypt -- keeping up with Moore's law [duplicate]
This question already has answers here: 开发者_运维知识库 Optimal bcrypt work factor (3 answers)[详细]
2023-03-01 07:25 分类:问答.Net implementation of bcrypt, which implements HashAlgorithm?
I\'m looking to allow bcrypt support in my 开发者_JS百科authentication library. One of the problems right now is that I assume that the hasher will be of type HashAlgorithm. Bcrypt.net does not implem[详细]
2023-02-24 10:27 分类:问答Require 'bcrypt' failing on multiple operating systems, what am I missing?
I\'m trying to work in a simple authentication to replace the HTTP-Auth I\'ve got in a small Sinatra application. bcrypt-ruby gem installs fine but require \'bcrypt\' always throws an error: no such f[详细]
2023-02-07 10:45 分类:问答How do you use bcrypt for hashing passwords in PHP? [duplicate]
This question already has answers here: 开发者_StackOverflow中文版 How to use PHP's password_hash to hash and verify passwords[详细]
2023-02-06 21:12 分类:问答