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("sVKmfKDPB6hemYVwOelg5g=="))).GetBytes(20)));
  9. }
  10. }
Success #stdin #stdout 0.03s 24544KB
stdin
1
2
10
42
11
stdout
KU39OHyy5EeVSTMSdYJnvJLsMB0=