Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
/ data_integrity Public archive

Signs a value with a signature, to ensure it's integrity when secret salts are used.

Notifications You must be signed in to change notification settings

ticketbuddy/data_integrity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataIntegrity

Sign a value with a set of secret salts to ensure it's integrity when returned back to a server with the same set of salts.

This allows the client to read the data, but not to alter it.

Installation

If available in Hex, the package can be installed by adding data_integrity to your list of dependencies in mix.exs:

def deps do
  [
    {:data_integrity, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/data_integrity.

About

Signs a value with a signature, to ensure it's integrity when secret salts are used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages