dcipher-cli
dcipher-cli copied to clipboard
Base64 encoding not always determined
cGFzc3dvcmQy
(base64 for password2
) string returns ✖ Hash type not supported
The problem probably lies in this regex
since when base64 is a one-way hash algorithm?
@thanasisk fair enough, fixed
Hi there @alexmozzhakov. As you already mentioned, it seems that this is a problem with the base64-regex repo by kevva. I'll make a PR with a fix on the repo asap, in the hopes of a quick reply (& merge). Thanks for bringing this up!
@k4m4 actually, seems like an open issue https://github.com/kevva/base64-regex/issues/4