D
Damjan Rems
Is it possible with Ruby to go through XML security process.
- read x509 private key
- read receiver x509 public key
- encrypt message with private key
- encrypt message with public key
- sign message
I guess first 4 steps could be made with openSSL library (found example
in forum) but how to create a signature.
I would realy like to see some example code.
Thank you
TheR
- read x509 private key
- read receiver x509 public key
- encrypt message with private key
- encrypt message with public key
- sign message
I guess first 4 steps could be made with openSSL library (found example
in forum) but how to create a signature.
I would realy like to see some example code.
Thank you
TheR