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 do RSA tokens work?

I would like to understand how RSA tokens (SecurID) work, what is the algorithm used there, is it the same …

algorithm encryption cryptography rsa access-token
Really simple encryption with C# and SymmetricAlgorithm

I'm looking for a very simple crypt / decrypt method. I will be using always the same static key. I'm aware …

c# encryption encryption-symmetric des
Android database encryption

Android uses SQLite database to store data, I need to encrypt the SQLite database, how can this be done? I …

android database sqlite encryption
encryption/decryption with multiple keys

Is it possible to encrypt data, such that it can be decrypted with several different keys? Example: I've encrypted data …

encryption gnupg encryption-asymmetric
Difference between encoding and encryption

What is the difference between encoding and encryption?

encryption encoding
How to hide the source code of a HTML page

I created an HTML page and now would like to hide the source code and encrypt it. How can I …

html encryption hide right-click
Size of data after AES/CBC and AES/ECB encryption

I would like to know the size of data after AES encryption so that I can avoid buffering my post-AES …

java encryption aes
AES encryption, what are public and private keys?

In AES encryption (.net framework), how are the public and private keys used? Are the public and private keys combined …

encryption aes
AES/CBC/PKCS5Padding vs AES/CBC/PKCS7Padding with 256 key size performance java

I am currently using AES/CBC/PKCS5Padding for encrypting files in Java with 256 bytes key size, but while searching …

java encryption aes pkcs#7 pkcs#5
Enable TLSv1.2 and TLS_RSA_WITH_AES_256_CBC_SHA256 Cipher Suite

Server: TLS Version: v1.2 Cipher Suite: TLS_RSA_WITH_AES_256_CBC_SHA256 Client: JRE 1.7 I am receiving the below error …

ssl encryption java-7 tls1.2 java-security