go-openssl icon indicating copy to clipboard operation
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

Results 2 go-openssl issues
Sort by recently updated
recently updated
newest added

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

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...