crypto icon indicating copy to clipboard operation
crypto copied to clipboard

[mirror] Go supplementary cryptography libraries

Results 102 crypto issues
Sort by recently updated
recently updated
newest added

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...

cla: yes

i am closing pull request 46, because i have lost track of changes.

cla: yes

Hi, I have added support for UTC time, and a helper method that decodes time values regardless of the time tag used.

cla: yes

Fixes https://github.com/golang/go/issues/40376

cla: yes

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...

cla: yes

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...

cla: yes

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...

cla: yes

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...

cla: yes

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....

cla: yes