Explore tweets tagged as #PBKDF2
“Cybersecurity Ground Truth: PBKDF2 and OpenSSL” by Prof Bill Buchanan OBE FRSE https://t.co/F4Xzq63HlJ
0
0
1
MaskOff: Secure, fully offline MetaMask migration tool with: ✅ Air-gapped operation (zero network access) ✅ Runs entirely locally ✅ Zero dependencies ✅ AES-256-GCM + PBKDF2 + BIP-44 ✅ Memory-safe Rust + terminal UI ✅ Export to Rabby/other wallets ✅ 100% open source
49
17
233
I love integrating JavaScript with cryptography - as it allows me to demonstrate things to students in a convenient way. Today, I converted ethereum-js into a pure JavaScript form. Here is a test with PBKDF2: https://t.co/2KJodXVFNu
0
1
5
Got to the bottom of CNG entropy issue. It seems non WHFB software protected keys still use the fixed entropy value of xT5rZW5qVVbrvpuA\0, but instead of using PBKDF2 with salt/rounds, the secret is simply SHA1/SHA512 hashed and appended to the fixed salt. From ncryptprov.dll
2
6
26
PBKDF2 (Password-Based Key Derivation Function 2) is defined in RFC 2898 and generates a salted hash. Here is PBKDF2 in action: https://t.co/lWmIvcyiF9
0
2
6
J'ai legit peur pour les vibes coder. Pour simplifier mon taff et check un truc, j'ai demandé à Claude 3.7 (censé être trop fort) de me dev une commande CLI pour lister le nombre de fichiers d'un vault chiffré en AES256, passphrase nécessaire pour dérive la key via PBKDF2
3
0
0
Day #thirteen of leveling up 1) Paytm Backend is completed 8.2 is done✅ 2) Read about how passwords are hashed with Bcrypt, PBKDF2, and Argon2. 3) Read about Transactions and how they are important.
0
1
7
Just learned that some NEAR wallets use PBKDF2-SHA256 which is easily parallelizable to millions of guesses per second on consumer hardware if someone steals your encrypted seed phrases. Intear Wallet makes hackers waste tens of minutes even on 4-digit passwords, and hundreds of
3
1
21
Which is the best password hashing method? So, here are implementations in WASM (WebAssembly) that you can try yourself: Argon2: https://t.co/Wx8qie46JK PBKDF2: https://t.co/lj0gNTBg4W scrypt: https://t.co/3uJ7URXlkT bcrypt: https://t.co/hanLIK0hue
1
1
3
AES/TwoFish, RSA, SHA2/SHA3, HMAC, PBKDF2... Xojo’s Crypto module covers the essentials. Start with the docs + examples. #Xojo #Security
https://t.co/7N3qRJQUKY
0
0
3
Military grade wallet backups are coming to SCTP in 1.1.0. Just finished the build: 🔵 AES-256-GCM encryption 🔵 210,000 PBKDF2 iterations 🔵 Self-contained HTML decryptor that works anywhere, no install needed 🔵 Zero dependencies Your keys. Your security. Your browser.
13
19
89
Interesting bug found by @skovorodan: npm pbkdf2 lib (NOT crypto.pbkdf2) on really old Node returns static keys. Mostly interested in how they caught this one.
3
0
8
- All security protocol used to encrypt your data information i.e AES 256 GCM and PBKDF2 are unbreakable. https://t.co/nHUH6152lm - EchoVaults is open-source and anyone can contribute, our code is available for review on GitHub. https://t.co/3E6r3fAb7I belongs to all Humans RT
1
11
69
Claude 3.7 Sonnet、ヤバすぎじゃない?たった1行のプロンプトで銀行勘定系とインターネットバンキングをつくるコードを出してくれた。バックエンドはSQLite。パスワードハッシュ化はPBKDF2アルゴリズム。これが顧客にバレたら高い費用を請求しづらくなるから、みんなこのことは秘密だよ🤫
1
0
8
Web Cryptography API gives us the integration of fast crypto code which runs in a browser, including symmetric key encryption, public key encryption (RSA-OAEP), public key signing (RSA-PSS and ECDSA), key derivation (PBKDF2) and keyed hashing (HMAC): https://t.co/0MjcYcCsBP
0
1
2