what happened to my post about reverse engineering encryption algorithm from last day?
i'm sure I posted it, but I can't find it now
i figured that it is probably ASCON-128 with p8 constatns, but didn't wrote code yet to decrypt.
anyone can help?
sample data in attachment
i will update this thread whem I get it decrypted
uint64_t opCode3(uint64_t a, int b) {
return a >> b | a << (-b & 63);
}
Post too long. Click here to view the full text.