Jerome

Results 1 issues of Jerome

I cannot decipher if passphrase was generated with openssl, I get an invalid padding error Here a minimal code ```go package main import ( "bytes" "crypto/rand" "crypto/sha256" "encoding/base64" "encoding/hex" "flag"...

question