Digital Bitbox01
#3
The code in your second post seems irrelevant. That's about private key generation, not encryption.

The part from your first post is relevant. This is pbkdf2-hmac-sha512 (mode 12100) with 20480 iterations and a fixed salt "Digital Bitbox".

so your hash would look like
sha512:20480:RGlnaXRhbCBCaXRib3g=:[base64-encoded hash]
Reply


Messages In This Thread
Digital Bitbox01 - by dtmle - 01-25-2021, 07:27 AM
RE: Digital Bitbox01 - by dtmle - 01-25-2021, 08:03 AM
RE: Digital Bitbox01 - by undeath - 01-25-2021, 06:44 PM
RE: Digital Bitbox01 - by dtmle - 01-25-2021, 11:09 PM
RE: Digital Bitbox01 - by undeath - 01-26-2021, 12:30 AM
RE: Digital Bitbox01 - by dtmle - 01-26-2021, 04:51 AM
RE: Digital Bitbox01 - by undeath - 01-26-2021, 04:58 PM