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).

Simple way to encode a string according to a password?

Does Python have a built-in, simple way of encoding/decoding strings using a password? Something like this: >>> …

python encryption passwords
Does my application "contain encryption"?

I'm uploading a binary for the first time. iTunes Connect has asked me: Export laws require that products containing encryption …

iphone encryption app-store
Fundamental difference between Hashing and Encryption algorithms

I see a lot of confusion between hashes and encryption algorithms and I would like to hear some more expert …

security encryption hash cryptography
Encrypt Password in Configuration Files?

I have a program that reads server information from a configuration file and would like to encrypt the password in …

java security encryption configuration cryptography
Android encryption / decryption using AES

Is there a good example of how to encrypt and decrypt image and other files with AES on Android?

java android encryption aes
How can I hide or encrypt JavaScript code?

Is there any way to hide or encrypt JavaScript code to prevent people from viewing, copying, and/or modifying proprietary …

javascript encryption obfuscation
How to encrypt/decrypt data in php?

I'm currently a student and I'm studying PHP, I'm trying to make a simple encrypt/decrypt of data in PHP. …

php security encryption cryptography encryption-symmetric
Javascript AES encryption

Is there a library available for AES 256-bits encryption in Javascript?

javascript encryption aes
How to Export Private / Secret ASC Key to Decrypt GPG Files

Background: My boss has tried exporting an ASC key to me with public and private parts but whenever I get …

encryption gnu gnupg private-key
How do I use 3DES encryption/decryption in Java?

Every method I write to encode a string in Java using 3DES can't be decrypted back to the original string. …

java encryption 3des