6 Commits

Author SHA1 Message Date
9ea2dd5f69
npm package, cjs -> esm... 2024-10-07 21:30:18 +03:00
28ce8c6fb3
remove redundant method asByteArray 2024-09-10 18:33:58 +03:00
4fcdcb65bd
add file name support for encryptFile & decryptFile
also adds supporting methods l/e int32 byteArray2int & int2byteArray
creates TextEncoder, TextDecoder objects in global module scope
creates magic value METADATA_LENGTH of 1020 + 4 (4 bytes * 255 chars, 4
bytes for int32)
2024-09-10 18:31:28 +03:00
fa44bfe2eb
example usage demo 2024-08-30 12:25:04 +03:00
7caf011bf8
actual module 2024-08-30 12:24:54 +03:00
f62092847c
Initial commit 2024-08-30 12:18:22 +03:00