Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Rijndael
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Security.Cryptography; namespace Rextester { public class Program { public static void Main(string[] args) { var Rijndael = new RijndaelManaged(); Rijndael.GenerateIV(); Rijndael.GenerateKey(); Console.WriteLine(Convert.ToBase64String(Rijndael.IV)); Console.WriteLine(Convert.ToBase64String(Rijndael.Key)); } } }
run
|
edit
|
history
|
help
0
insertion sort
Create URL Safe and Cryptographically Strong Short GUID
Padma. C#
derfgtredwcdf
Test
abebe
CommandForce1
smallestof3
1 through 1000
fuck this