Answer the question
In order to leave comments, you need to log in
How to find out what a string is encoded with?
Hello. There is a need to parse the picodi_com project and everything would be fine, but the codes themselves are encoded when opened :) I can’t understand the decryption logic, how their codes are encrypted.
For example input value="aCNVNGI4Tk9WSU5LSU1mbnYvRA=="
, and visually - NOVINKI
input value="aCNVNGI4cGljb2RpY29tMjBNZm52L0Q="
visually - picodicom20 Can
you please tell me if anyone has any thoughts?
Answer the question
In order to leave comments, you need to log in
console.log(atob('aCNVNGI4Tk9WSU5LSU1mbnYvRA=='));
// "h#U4b8NOVINKIMfnv/D"
console.log(atob('aCNVNGI4cGljb2RpY29tMjBNZm52L0Q='));
/// "h#U4b8picodicom20Mfnv/D"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question