Top "Encryption" questions

Encryption is the process of transforming information (called plaintext) into an unreadable form (called ciphertext) using an encryption algorithm combined with a parameter (called an encryption key).

How to create a secure random AES key in Java?

What is the recommended way of generating a secure, random AES key in Java, using the standard JDK? In other …

java encryption aes jce
How to export non-exportable private key from store

I need to export private key from Windows store. What should I do if the key is marked as non-exportable? …

.net encryption bouncycastle rsacryptoserviceprovider
Difference between Hashing a Password and Encrypting it

The current top-voted to this question states: Another one that's not so much a security issue, although it is security-related, …

security language-agnostic encryption hash passwords
Example of AES using Crypto++

I have been searching the Internet for good c++ AES code sample/tutorial that teaches the basics of the encryption …

c++ encryption cryptography aes crypto++
java.io.IOException: Invalid Keystore format

Does anyone know how to solve this? I tried many things, but none of them worked. And when I click …

java encryption applet keystore
JSchException: Algorithm negotiation fail

I am trying to connect to remote sftp server over ssh with JSch (0.1.44-1) but during "session.connect();" I am …

java encryption ssh sftp jsch
How to convert SecureString to System.String?

All reservations about unsecuring your SecureString by creating a System.String out of it aside, how can it be done? …

c# .net security encryption
Decrypt password created with htpasswd

I created a protection for my web pages with apache2 in ubuntu. Now I am creating an application in c++ …

c++ apache ubuntu encryption apache2
Java AES encryption and decryption

I would like to encrypt and decrypt a password using 128 bit AES encryption with 16 byte key. I am getting javax.…

java aes encryption
Can't check signature: public key not found

I try to decrypt file using following command: gpg --output file.txt --decrypt file.pgp File is decrypted successfully but …

encryption cmd pgp gnupg