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
Chandramouli
amstrong number
C# Bubble Sort
MidtermsGame_Rampage_12Geronimo
Generics Base class constraints
Fórum ➡ GroupJoin ➡ Join ➡ Easily ‼
4
un poco de strings
jahs
regex: rozważania nad powielaniem grup za pomocą kwantyfikatora