Skip to content

Instantly share code, notes, and snippets.

View KonKri's full-sized avatar
🏠
Working from home

Konstantinos Kritikakis KonKri

🏠
Working from home
View GitHub Profile
public class HashService : IDisposable
{
private readonly HMACSHA256 _hMACSHA256;
public HashService(string secretKey)
{
_hMACSHA256 = new HMACSHA256(Encoding.UTF8.GetBytes(secretKey));
}
public string Hash(string input)
@KonKri
KonKri / localeTimeZones.csv
Last active May 21, 2021 12:03
Locales and TimeZones
LOCALE TIMEZONE
AF Afghanistan Standard Time
AX FLE Standard Time
AL Central Europe Standard Time
DZ W. Central Africa Standard Time
AS UTC-11
AD W. Europe Standard Time
AO W. Central Africa Standard Time
AI SA Western Standard Time
AQ Pacific SA Standard Time