Explore tweets tagged as #PBKDF2
@madjid_tehrani
Dr. Mark Tehrani
2 months
“Cybersecurity Ground Truth: PBKDF2 and OpenSSL” by Prof Bill Buchanan OBE FRSE https://t.co/F4Xzq63HlJ
0
0
1
@billatnapier
Prof B Buchanan OBE FRSE
2 months
Cybersecurity Ground Truth: PBKDF2 and OpenSSL Read more here: https://t.co/CUx4voPYMd
0
1
3
@0xzak
zak.eth
4 months
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
@billatnapier
Prof B Buchanan OBE FRSE
11 days
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
@_EthicalChaos_
CCob🏴󠁧󠁢󠁷󠁬󠁳󠁿
2 years
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
@billatnapier
Prof B Buchanan OBE FRSE
8 months
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
@peter_szilagyi
Péter Szilágyi
1 month
Ended up wrapping PBKDF2 too in my #rust crypto library. It's excessively simple, but I wanted a single library to depend on in the Dark Bio #flutter mobile app with a single version bump needed to add features / fix existing ones. It's turning into quite a nifty crate. 😊
3
2
25
@LaouidD
Diyaeddine
6 months
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
@saiiiii_k
sai 🍜
1 year
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
@slimedrgn
slimething 😬
5 months
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
@iamknownasfesal
fesal「🦑」
4 months
okay, giving a fair way to understand when the TGE is U2FsdGVkX1+HaG2nKPUVyll8laMmVB3Pjw5MipPzgBR7vAd++uRLfbUgXkQPC0m7Wxt2FpCNqHKP+ThhiXX76A== AES-256-CBC, PBKDF2, 100k iterations. Hint: You'll never be able to decrypt it, but you can try brute forcing it if you want to know
@ikadotxyz
Ika「🦑」
4 months
@0xd34th @_smkotaro @_StudioMirai Please direct all wen questions to @iamknownasfesal
177
22
207
@billatnapier
Prof B Buchanan OBE FRSE
5 months
Argon2, bcrypt, scrypt or PBKDF2? https://t.co/UGrYHpns51
0
1
1
@billatnapier
Prof B Buchanan OBE FRSE
5 months
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
@xojo
Xojo
1 month
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
@GetLensNow
Lens
3 months
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
@IceSolst
solst/ICE of Astarte
4 months
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
@Kynsofficial
Àgbà Akin
3 months
- 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
@Suzacque
朱雀 | SUZACQUE
8 months
Claude 3.7 Sonnet、ヤバすぎじゃない?たった1行のプロンプトで銀行勘定系とインターネットバンキングをつくるコードを出してくれた。バックエンドはSQLite。パスワードハッシュ化はPBKDF2アルゴリズム。これが顧客にバレたら高い費用を請求しづらくなるから、みんなこのことは秘密だよ🤫
1
0
8
@billatnapier
Prof B Buchanan OBE FRSE
9 months
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