cosmocode / dokuwiki-plugin-encryptedpasswords

Store 256 bit AES encrypted text in your DokuWiki pages. by Wolfgang Reszel
https://www.dokuwiki.org/plugin:encryptedpasswords
GNU General Public License v2.0
1 stars 6 forks source link

How to decrypt old passwords? #5

Closed Harliff closed 1 year ago

Harliff commented 2 years ago

I have passwords begining with U1FsdGVkX1 Which command could be used to decrypt them?

DeanCording commented 1 year ago

$> echo 'U2FsdGVkX1/oynrOig+RoUwMNCHvJH2bcmQeAq2xaLI=' | openssl base64 -d |openssl aes-256-cbc -d -md md5