secret-values

MIT

Secret values is a Common Lisp library designed to reduce the risk of accidentally revealing secret values such as passwords.

$ area51 add secret-valuesCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(secret-values:some-function ...)