2

I am so done for today. I was trying to get this encryption work in Rust, but no fucking way. If I encrypt data in PHP, it is just impossible to decrypt them in Rust. If I encrypt something in Rust, I can decrypt it anywhere, but not the other way around.
I checked the data hundred times and they are exactly the same in both programs. Also OpenSSL library in Rust is so helpful, that it won't show any error details except that there is an error.
Fuck my life!

Comments
  • 1
    Worst part is that I have no idea which language (or me) I should blame...
  • 3
    Could be a character encoding issue.
    Or some faulty endianess convertion.
  • 0
    @metamourge That is what I came to say
  • 3
    I fucking found the problem! Thank you PHP for being a slut and not returning pbkdf2 as raw string. Very well...I can sleep tonight!
Add Comment