A library for encoding/decoding data into PNG images
Takes in a buffer or string of any sort of data, and produces a buffer for a PNG image file containing that data in compressed form. When given a password, it will also encrypt the compressed data using AES-256.
Takes in a buffer for a PNG image file, and produces a buffer for the decompressed data contained in the image. When given a password, it will also decrypt the compressed data using AES-256.