Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Umbraco
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Security.Cryptography; using System.Text; namespace Rextester { public class Program { public static void Main(string[] args) { String password = "pass123"; HMACSHA1 hash = new HMACSHA1(); hash.Key = Encoding.Unicode.GetBytes(password); string encodedPassword = Convert.ToBase64String(hash.ComputeHash(Encoding.Unicode.GetBytes(password))); Console.WriteLine(encodedPassword); } } }
run
|
edit
|
history
|
help
0
Kumaran - Regex IP Match
otro
asxasxd
-Wall -std=c++14 -O0 -o a.out source_file.cpp
Override method/function in C#
ProtectedUse
StackOverflowException
anyonymous type pass to method in c#
fgtyhi8uy7htr4e3qwcedf
SafeSquareRoot.java