Top "Aes" questions

Advanced Encryption Standard (AES) is a cryptographic block cipher algorithm.

Cryptography: best practices for keys in memory?

Background: I got some data encrypted with AES (ie symmetric crypto) in a database. A server side application, running on …

memory cryptography key aes
Create 16 byte key for AES Encryption from Salt and Password in Node JS Crypto

I'm trying to match an AES 256 CBC encryption implemented in C# by using node JS crypto module. This is my …

node.js encryption aes cryptojs aescryptoserviceprovider
is there a Java ECB provider?

Anyone know of a Rijndael-128bit ECB provider in Java??? Also, what's the difference between AES-128bit and ECB? or …

java aes aescryptoserviceprovider
Encrypt and decrypt a random NSString with AES128 CTR in iOS with a given key

I'm not sure how secure is my solution. Rob Napier has an extraordinary Framework (RNCryptor) to encrypt and decrypt in …

ios objective-c encryption aes rncryptor
Hard coded AES-256 key with WinCrypt & CryptImportKey

I need to have a Win32 application load a hard coded AES-256 key, ideally using the WinCrypt.h methods. I've …

cryptography aes cryptoapi
implementing AES256 encryption into IOS

This is my java code. Now I want to implement same functionality in Objective-C. Cipher encryptCipher; IvParameterSpec iv = new IvParameterSpec(…

iphone encryption aes nsdata commoncrypto
Diffie Hellman and AES on Android

I am trying to use Diffie Hellman for key exchange and AES to encrypt data with keys. Can anyone provide …

android encryption aes diffie-hellman
Are the AES legal key sizes really the limit?

The AesCryptoServiceProvider.LegalKeySizes field shows you the allowed sizes in bits. However what I don't understand is if those are …

c# aes aescryptoserviceprovider
Rewrite Rijndael 256 C# Encryption Code in PHP

I have an encryption/decryption algorithm written in C# - I need to be able to produce the same encryption …

c# php encryption aes rijndael
How do I know if 7zip used AES256?

I originally was using WinZip15 to create .ZIP files with AES256 which we later package into .EXE files using WinZip's …

zip aes 7zip