go-openssl
go-openssl copied to clipboard
go-openssl is a small library wrapping the crypto/aes functions in a way the output is compatible to OpenSSL
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"...
I propose to generate `openssl` command corresponding to a method call of the library (+ decryption equivalent). Something similar to `Copy as CURL` option available in DevTools in Firefox and...