BKK algoritmus

“Ha részt szeretnél venni a egy új fejlesztésben, ahol a BKK algoritmusait portoljuk több nyelvre.”

 null

BKKCrypt

An implementation of the famous BKKCrypt algorithm. Community contribution for other languages is highly appreciated.

public string BKKCrypt(string password)
{
 return password;
}

 

github: https://github.com/moszinet/BKKCrypt

Blue Box Forever