UNPKG

steggy

Version:

a basic steganography library for png files

7 lines (6 loc) 107 B
module.exports = { BYTE_SIZE: 8, ENCRYPTION_METHOD: 'aes256', LENGTH_BYTES: 8, SHASUM_BYTES: 32, }