Top "Encryption-asymmetric" questions

A type of encryption which uses one key to encrypt a message and another to decrypt the message.

How to encrypt and decrypt plain text with a RSA keys in Go?

I am trying to write a utility program which encrypts and decrypts plain text files using a RSA key pair. …

go rsa encryption-asymmetric
Are there any asymmetric encryption options for JavaScript?

I have to transfer some sensitive information over a JavaScript AJAX Call, over an unencrypted channel (HTTP, not HTTPS). I'd …

javascript security encryption encryption-asymmetric public-key-encryption
RSA and AES encryption

I am looking at the feasibility for using Chrome apps for the front end of some applications I am working …

javascript encryption-asymmetric encryption-symmetric google-chrome-app
Create .pem file for public key RSA encryption C# .net

I want to create .pem file for the public key generated by this method public static Tuple<string, string&…

c# encryption rsa public-key-encryption encryption-asymmetric
JWT Keys - Asymmetric and Symmetric

I understand the difference between symmetric and asymmetric keys. I understand that the keys are used to calculate the signature …

jwt signature encryption-asymmetric
PHP RSA encryption using private key and PKCS1

I need to encrypt a string using RSA, PKCS1, a private key and PHP. I could not find even a …

php openssl rsa encryption-asymmetric private-key
How to make a simple public-key cryptographic algorithm?

I want to make a simple public-key(asymmetric) encryption. It doesn't have the be secure, I just want to understand …

java encryption cryptography public-key-encryption encryption-asymmetric
What is the purpose of using separate key pairs for signing and encryption?

Why do I need to use separate public key pairs for signing and encryption and not use the same key …

security digital-signature encryption-asymmetric
Encrypting large files using a public key

I need to encrypt a 100KB file using a public key. I've been reading some posts claiming that it is …

public-key-encryption encryption-asymmetric
powershell asymmetric encrypt/decrypt functions

I wasn't able to find good powershell functions to utilize asymmetric encryption so I created the following. Would like any …

windows powershell certificate encryption-asymmetric