Liking cljdoc? Tell your friends :D

clj-crypto.symmetric-algorithm


default-symmetrical-algorithmclj

source

des-algorithmclj

source

des-algorithm-typeclj

source

des-keyclj

(des-key password)

Creates a des key from the given password.

Creates a des key from the given password.
sourceraw docstring

des-key-specclj

(des-key-spec password)

Generates a des key spec from the given password.

Generates a des key spec from the given password.
sourceraw docstring

find-symetric-algorithmclj

(find-symetric-algorithm algorithm)
source

password-decryptclj

(password-decrypt password data)
(password-decrypt password data algorithm)
source

password-encryptclj

(password-encrypt password data)
(password-encrypt password data algorithm)
source

prepare-passwordclj

(prepare-password password)
(prepare-password password byte-length)
source

symetric-algorithmsclj

source

SymmetricAlgorithmcljprotocol

A protocol for symmetric encryption algorithms.

A protocol for symmetric encryption algorithms.

algorithmclj

(algorithm this)

Returns the algorithm string for this algorithm.

Returns the algorithm string for this algorithm.

decryptclj

(decrypt this password data)

Decrypts the given data with the given password.

Decrypts the given data with the given password.

encryptclj

(encrypt this password data)

Encrypts the given data with the given password.

Encrypts the given data with the given password.
sourceraw docstring

triple-des-algorithmclj

source

triple-des-algorithm-typeclj

source

triple-des-keyclj

(triple-des-key password)

Creates a des key from the given password.

Creates a des key from the given password.
sourceraw docstring

triple-des-key-specclj

(triple-des-key-spec password)

Generates a triple des key spec from the given password.

Generates a triple des key spec from the given password.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close