crypto
crypto copied to clipboard
[mirror] Go supplementary cryptography libraries
SetEnterClear controls whether to keep the input line after enter by pushing `\r\n`, or to clear the line into a fresh prompt without echoing it above the prompt. Using SetEnterClear...
i am closing pull request 46, because i have lost track of changes.
Hi, I have added support for UTC time, and a helper method that decodes time values regardless of the time tag used.
Fixes https://github.com/golang/go/issues/40376
This change exports a new interface from the x/crypto/ssh library allowing an application to use this library's implementation of the SSH Connection Protocol (RFC 4254), but provide a separate implementation...
I have noticed the values kept being from 2017, despite single-core performance getting faster, for example with Apple's ARM M1 offering. So, I re-tested the N parameter, with the code...
This package implements Apache-specific MD5 APR1 password hashing algorithm, as documented at https://httpd.apache.org/docs/2.4/en/misc/password_encryptions.html. Same hashing is also used by various Linux/BSD crypt(3) implementations with slightly different salt prefix. This is...
Accoding to RFC 4252 section 5.1, the server rejects the authentication request with 'partial success' will contain the name-list of method name that can continue to auth. The client should...
At Let's Encrypt, we've found that most autocert users do not provide an email address, which makes it hard to get in touch when things go wrong with their client....