All Keys Generator Random Security-encryption-key-generator.aspx [hot] -

using System.Security.Cryptography; byte[] key = new byte[32]; // 256 bits using (RandomNumberGenerator rng = RandomNumberGenerator.Create())

Scroll to Top