dcipher-cli icon indicating copy to clipboard operation
dcipher-cli copied to clipboard

Base64 encoding not always determined

Open alexmozzhakov opened this issue 6 years ago • 4 comments

cGFzc3dvcmQy (base64 for password2) string returns ✖ Hash type not supported The problem probably lies in this regex

alexmozzhakov avatar Apr 19 '18 17:04 alexmozzhakov

since when base64 is a one-way hash algorithm?

thanasisk avatar Apr 24 '18 11:04 thanasisk

@thanasisk fair enough, fixed

alexmozzhakov avatar Apr 24 '18 11:04 alexmozzhakov

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 avatar Apr 25 '18 14:04 k4m4

@k4m4 actually, seems like an open issue https://github.com/kevva/base64-regex/issues/4

alexmozzhakov avatar Apr 25 '18 17:04 alexmozzhakov