OmegAlfa
OmegAlfa
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
i write to me
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
how to create psw generator type
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
becouse under is string md5Password = sha256(salt + password);
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
password generator sha256+salt or md5 password to sha256+salt
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
SHA256Managed crypt = new SHA256Managed(); string hash = String.Empty; byte[] crypto = crypt.ComputeHash(Encoding.ASCII.GetBytes(randomString), 0, Encoding.ASCII.GetByteCount(randomString)); foreach (byte theByte in crypto) { hash += theByte.ToString("x2"); } return hash;
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
isf is sha256 + salt
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
but understand how work cs file
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
i need make sha256 salt generator
14 replies
CC#
Created by OmegAlfa on 6/4/2023 in #help
❔ help whit that my tool
i newble undersand how coding
14 replies