Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Rijndael AES key generator C#
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 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.GenerateKey(); Rijndael.GenerateIV(); Console.WriteLine(Convert.ToBase64String(Rijndael.Key)); } } }
run
|
edit
|
history
|
help
0
Intuit // C# // listing_4.8 (while)
Lambdas
SortedDictionary<TKey, TValue> クラス
123
Explicit Interface Examplle
Task 1_3
SortedDictionary : Add と foreach
Collatz Conjecture, using Pi
GGT
jdiwnnx cf