I was reading about an apache rule for validating permissions on files / directories , and I saw that the default file that reads the user and password was:
usuário:senha (sendo a senha em base64).
I tried to decode the password through the linux terminal, but an error message was returned:
~$ echo "zuQCCnEXtTamg" | base64 -d
~$ Invalid Input
And in Windows with cerUtil :
Retorno inválido de dados
I've searched and seen that this error is generated by the char-encoding type that the file was encoded (UTF-8, UTF-
The problem is that I do not know how it was coded nor where (as windows uses utf8 and linux is not by default). Is there any way to find out how it was encoded and its encoding?
Hash: zuQCCnEXtTamg