Directories ¶
Path | Synopsis |
---|---|
src
|
|
code.google.com/p/go.crypto/pbkdf2
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.
|
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0. |
code.google.com/p/go.crypto/scrypt
Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf).
|
Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf). |
code.google.com/p/rsc/gf256
Package gf256 implements arithmetic over the Galois Field GF(256).
|
Package gf256 implements arithmetic over the Galois Field GF(256). |
code.google.com/p/rsc/qr
Package qr encodes QR codes.
|
Package qr encodes QR codes. |
code.google.com/p/rsc/qr/coding
Package coding implements low-level QR coding details.
|
Package coding implements low-level QR coding details. |
code.google.com/p/rsc/qr/libqrencode
Package libqrencode wraps the C libqrencode library.
|
Package libqrencode wraps the C libqrencode library. |
github.com/alexcesaro/quotedprintable
Package quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047.
|
Package quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047. |
github.com/alexcesaro/quotedprintable/internal
Package internal contains quoted-printable internals shared by mime and mime/quotedprintable.
|
Package internal contains quoted-printable internals shared by mime and mime/quotedprintable. |
github.com/cenkalti/backoff
Package backoff implements backoff algorithms for retrying operations.
|
Package backoff implements backoff algorithms for retrying operations. |
github.com/dancannon/gorethink
Package gorethink implements a Go driver for RethinkDB Current version: v1.0.0-rc.2 (RethinkDB v2.0) For more in depth information on how to use RethinkDB check out the API docs at http://rethinkdb.com/api
|
Package gorethink implements a Go driver for RethinkDB Current version: v1.0.0-rc.2 (RethinkDB v2.0) For more in depth information on how to use RethinkDB check out the API docs at http://rethinkdb.com/api |
github.com/dchest/uniuri
Package uniuri generates random strings good for use in URIs to identify unique objects.
|
Package uniuri generates random strings good for use in URIs to identify unique objects. |
github.com/gokyle/hotp
Package hotp implements the RFC 4226 OATH-HOTP algorithm; these passwords derived from the HMAC-SHA1 of an internal counter.
|
Package hotp implements the RFC 4226 OATH-HOTP algorithm; these passwords derived from the HMAC-SHA1 of an internal counter. |
github.com/golang/protobuf/proto
Package proto converts data structures to and from the wire format of protocol buffers.
|
Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/golang/protobuf/proto/proto3_proto
Package proto3_proto is a generated protocol buffer package.
|
Package proto3_proto is a generated protocol buffer package. |
github.com/gyepisam/mcf
Package mcf is a Go library for creating, verifying, upgrading and managing bcrypt, scrypt, and pbkdf2 password hashes.
|
Package mcf is a Go library for creating, verifying, upgrading and managing bcrypt, scrypt, and pbkdf2 password hashes. |
github.com/gyepisam/mcf/bcrypt
Package bcrypt implements a password encoding mechanism for the mcf framework
|
Package bcrypt implements a password encoding mechanism for the mcf framework |
github.com/gyepisam/mcf/encoder
Package encoder represents an interface that MCF password encoders must implement
|
Package encoder represents an interface that MCF password encoders must implement |
github.com/gyepisam/mcf/password
Package password manipulates passwords stored in Modular Crypt Format.
|
Package password manipulates passwords stored in Modular Crypt Format. |
github.com/gyepisam/mcf/pbkdf2
Package pbkdf2 implements a password encoding mechanism for the mcf framework
|
Package pbkdf2 implements a password encoding mechanism for the mcf framework |
github.com/gyepisam/mcf/scrypt
Package scrypt implements a password encoding mechanism for the mcf framework
|
Package scrypt implements a password encoding mechanism for the mcf framework |
github.com/namsral/flag
Package flag implements command-line flag parsing.
|
Package flag implements command-line flag parsing. |
golang.org/x/crypto/cast5
Package cast5 implements CAST5, as defined in RFC 2144.
|
Package cast5 implements CAST5, as defined in RFC 2144. |
golang.org/x/crypto/openpgp
Package openpgp implements high level operations on OpenPGP messages.
|
Package openpgp implements high level operations on OpenPGP messages. |
golang.org/x/crypto/openpgp/armor
Package armor implements OpenPGP ASCII Armor, see RFC 4880.
|
Package armor implements OpenPGP ASCII Armor, see RFC 4880. |
golang.org/x/crypto/openpgp/clearsign
Package clearsign generates and processes OpenPGP, clear-signed data.
|
Package clearsign generates and processes OpenPGP, clear-signed data. |
golang.org/x/crypto/openpgp/elgamal
Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v.
|
Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v. |
golang.org/x/crypto/openpgp/errors
Package errors contains common error types for the OpenPGP packages.
|
Package errors contains common error types for the OpenPGP packages. |
golang.org/x/crypto/openpgp/packet
Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880.
|
Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. |
golang.org/x/crypto/openpgp/s2k
Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1.
|
Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1. |
gopkg.in/alexcesaro/quotedprintable.v2/internal
Package internal contains quoted-printable internals shared by mime and mime/quotedprintable.
|
Package internal contains quoted-printable internals shared by mime and mime/quotedprintable. |
Click to show internal directories.
Click to hide internal directories.