Andrei Milto

Results 2 issues of Andrei Milto

Currently a password of zero length causes `ArgumentException` in [the constructor](https://github.com/kmaragon/Konscious.Security.Cryptography/blob/master/Konscious.Security.Cryptography.Argon2/Argon2.cs): ```csharp public Argon2(byte[] password) { if (password == null || password.Length == 0) throw new ArgumentException("Argon2 needs a password...

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...

docs
css