Join Nostr
2024-08-07 09:27:53 UTC
in reply to

T.F.G. on Nostr: First tried plain base64 .. but after "Salted___" came only rubbish. I looked this up ...

First tried plain base64 .. but after "Salted___" came only rubbish.

I looked this up online, noticed it was a SSL encryption using base64 .. so I put the cyphertext in a txt file and used openssl to decrypt:

openssl enc -d -aes-256-cbc -a -A -in ./input.txt -out ./output.txt

The password I had to guess :-)