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("Rh0PiCAD9+hvZq2jtsSjcwXunPc=", System.Convert.FromBase64String("bc+TAbx9J9hOFjMQIZV/OA=="))).GetBytes(20)));
  9. }
  10. }
Success #stdin #stdout 0.03s 26520KB
stdin
1
2
10
42
11
stdout
yYMsKqnFeqjmLlLimS3rZKmLBPk=