The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
66 views

OpenSSL AES 256-bit Key Management

I am using C and OpenSSL to encrypt files. After experimenting with the OpenSSL command line utility, it makes you enter a passphrase that can be any length, but uses that to create a 256-bit key. ...
0
votes
0answers
12 views

How do I create a self-signed S/MIME signing certificate with OpenSSL and then sign a file? [migrated]

I would like to create a certificate with OpenSSL and then use it to create an S/MIME format detached signature of a file. Is this something that makes sense in the context of S/MIME? How do I get ...
-2
votes
0answers
75 views
-3
votes
0answers
76 views

RSA decryption from ciphertext using private key [closed]

I am sniffing a client side application traffic and I found some encrypted data. I am not able to decrypt it. Information which I have is Public Key: ...
0
votes
1answer
51 views

Is the DES algorithm in OPENSSL random?

Look at the hex dumps of encrypted1.bin and encrypted2.bin . They both have same password A which was used to encrypt sampletext ...
1
vote
2answers
525 views

Decrypt digital signature using RSA public key with openssl

I have a digital signature that was created using the following algorithm: a SHA-256 hash of the body of the message is calculated. It is then signed using an RSA private key and the result is ...