Liking cljdoc? Tell your friends :D

monkey.ci.web.crypto

Cryptographic functions, for encrypting/decrypting sensitive data

Cryptographic functions, for encrypting/decrypting sensitive data
raw docstring

b64-dek?clj

(b64-dek? x)

Checks if argument is a base64-encoded DEK

Checks if argument is a base64-encoded DEK
sourceraw docstring

crypto-ivclj

(crypto-iv req)
(crypto-iv st org-id)

Looks up crypto initialization vector for the org associated with the request. If no crypto record is found, one is generated.

Looks up crypto initialization vector for the org associated with the
request.  If no crypto record is found, one is generated.
sourceraw docstring

cuid->ivclj

source

decryptclj

source

decrypterclj

(decrypter req)
source

dek-generatorclj

source

dek?clj

(dek? x)

Checks if the argument is a valid data encryption key

Checks if the argument is a valid data encryption key
sourceraw docstring

encryptclj

source

encrypterclj

(encrypter req)
source

generate-build-dekclj

(generate-build-dek rt org-id)

Generates a new build-specific DEK, encrypted using the DEK of the org.

Generates a new build-specific DEK, encrypted using the DEK of the org.
sourceraw docstring

generate-dekclj

(generate-dek req org-id)

Generates a new DEK using request context for given org id. Returns both the encrypted and unencrypted key.

Generates a new DEK using request context for given org id.  Returns both 
the encrypted and unencrypted key.
sourceraw docstring

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

× close