fork download
  1. using System;
  2. using System.Security.Cryptography;
  3.  
  4. public class Test
  5. {
  6. public static void Main()
  7. {
  8. Console.WriteLine(Convert.ToBase64String((new Rfc2898DeriveBytes("Cd%fk32Z2#kx26", System.Convert.FromBase64String("SJZPSRX+L9JEEf+xzRE5yg=="))).GetBytes(20)));
  9. }
  10. }
Success #stdin #stdout 0.03s 26520KB
stdin
1
2
10
42
11
stdout
TspeoUeAOiLW/d1e6C2aeTfqaF8=