-
Hi @jkowalski,
Here I have some proposals for strengthening the crypto part of Kopia - let me know if you have appetite for some of these:
* Customizable / consistent EncryptionAlgorithm for for…
-
Hi Lucas, please tell me what the approximate value of the parameters in timecost spacecost delta? In terms of calculation speed and security
-
Continuing from closed Issue #19 — Can you please provide a way to programmatically obtain the version number of the current Argon2 implementation being used? From page 20 of the [Argon2 documentation…
-
Currently Program O uses MD5 as a hash function for passwords, but this function is outdated for a long time now and no longer secure. With the help of GPUs you can break MD5s easily in hours or days.…
-
# 密码哈希的方法:PBKDF2,Scrypt,Bcrypt 和 ARGON2
本文大部分摘自:https://github.com/xitu/gold-miner/blob/master/TODO1/password-hashing-pbkdf2-scrypt-bcrypt-and-argon2.md
密钥派生函数 (KDF Key derivation function)从秘密值派…
-
Newer phpbb uses Argon2 for password hashing.
-
Are there any plans to add Argon2 support? I think it would be a really beneficial addition.
Forum Post: https://hashcat.net/forum/thread-8264-post-44263.html#pid44263
Argon2 Repo: https://github.…
ghost updated
2 months ago
-
For example: does hashing on 64 GB ram take 4 times faster comparing on 16 GB ram?
Thanks :)
-
1) You're using the sha256 hash of a user-supplied password as a key
https://github.com/rossem/RedditStorage/blob/785289be500df23182410488a3d1c91341297342/crypt.py#L13
This is bad because:
* sh…
-
These mockup (uncrackable) hashes mimic default settings from KeePassXC:
```
$argon2d$v=19$m=67108864,t=30,p=2$ZGFtYWdlX2RvbmU$w9w3s5/zV8+PcAZlJhnTCOE+vBkZssmZf6jOq3dKv50
$argon2id$v=19$m=67108864,…