Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 331 Bytes

File metadata and controls

19 lines (13 loc) · 331 Bytes

PostGuard example

For a specific example on how to encrypt a string see examples/string.js. For an example of how to encrypt files, see examples/file.js.

Running the examples

Install the dependencies using:

yarn

Then, run a development setup using:

yarn dev