-
## Environment
- Ruby **2.6.3**
- Rails **6.0.0.rc2**
- Devise **4.6.1**
## Current behavior
When `config.stretches` is set below 4, the `encrypted_password` still reflects that the passwor…
-
`bcrypt` and `scrypt` are the only password hashes that are useful against attackers using massive parallelism and hardware acceleration. Therefore, vibe.d should offer a function that uses an existi…
-
SI uses MD5 hashing to store user passwords in database as per [save.php#L46](https://github.com/simpleinvoices/simpleinvoices/blob/master/modules/user/save.php#L46). Not only is MD5 for password stor…
ghost updated
10 years ago
-
The way the hooks are designed, I don't believe there's no way to provide any "context" for the hook to use. For example, if I wanted to create `PreInsert` hook that would encrypt a password field ju…
-
Hi folks,
I just tried out the `with-prisma` example and noticed that the user password is stored without be hashed.
In my opinion this is a major problem, because it teaches new users (which a…
-
### Package
lucia
### Describe the bug
Latest versions of Lucia are relying upon: import { hash } from "@node-rs/argon2";
That one is breaking npm run build for sveltekit projects.
Please s…
-
I use your package. I want to make password recovery system. All passwords now encripted by:
const hashPassword = bcrypt.hashSync(password, 7);
I need to decode password and get it. I able only…
-
These algorithms are needed for example for safe hashing of passwords.
Related:
https://stackoverflow.com/questions/116684/what-algorithm-should-i-use-to-hash-passwords-into-my-database
https://s…
-
**Which branch are you using?**
3
**What commit hash are you on?**
I am not sure
**What CodeIgniter version are you using?**
3.1.9
**What PHP version are you using?**
PHP 7.2.33
**Post…
-
## Introduction
[I have an existing issue [here](https://github.com/w3c/webcrypto/issues/265), but I'm hoping to get more eyes on it.]
The `SubtleCrypto.deriveKey` API exposes one password-base…