package cryptodbm

  1. Overview
  2. Docs
Encrypted layer over the dbm library: access to serverless, key-value databases with symmetric encryption.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.84.2.tar.gz
sha256=388a4a8bf17c9ad0825907251720ba40291a19afb643f64066a29e813be50a7e
md5=7c33f55fca768501d06e2ef0eb583f80

doc/cryptodbm.internals/Cryptodbm_internals/Utils/index.html

Module Cryptodbm_internals.UtilsSource

Sourceval random_int : Random.State.t -> int -> int
Sourceval random_string : Random.State.t -> int -> string
Sourceval date_to_string : float -> string
Sourceval test_unix_open : Unix.open_flag list -> string -> bool
Sourceval is_readable : FilePath.filename -> bool
Sourceval is_appendable : FilePath.filename -> bool
Sourceval file_exists : FilePath.filename -> bool
Sourceval read_perm : FilePath.filename -> int
Sourceval remove : FilePath.filename list -> unit
Sourceval mkdir : FilePath.filename -> unit
Sourceval rmrf : FilePath.filename -> unit
OCaml

Innovation. Community. Security.