UNPKG
steggy
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
a basic steganography library for png files
github.com/willclarktech/steggy
willclarktech/steggy
steggy
/
lib
/
defaults.js
7 lines
(6 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports
=
{
BYTE_SIZE:
8
,
ENCRYPTION_METHOD:
'aes256'
,
LENGTH_BYTES:
8
,
SHASUM_BYTES:
32
, }