X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=README.md;fp=README.md;h=e070bb24d4f31dc58f743b93fb4bdfc3f2e161c4;hb=044615f53bacdc366b44941218d808c549607469;hp=0000000000000000000000000000000000000000;hpb=ce8cea8bfb4aec2505d8bd45e4e8b59636f64bf9;p=squeep-mystery-box diff --git a/README.md b/README.md new file mode 100644 index 0000000..e070bb2 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Mystery Box + +Our very own way of converting a buffer or serializable object to and from an opaque and web-safe representation, which we can let anyone see without disclosing the contents, nor allowing it to be modified without detection. + +In our case, this results in a Base64URL encoded string containing a bespoke packing of encrypted and verified data. + +## API + +- pack(contents, version, flags) +- unpack(box)