eshaz / simple-yenc

Minimalist JavaScript binary string encoder / decoder with 1-2% overhead, compared to 33%-40% overhead for 6-bit encoding methods like Base64.
MIT License
17 stars 3 forks source link

CRC32 Validation #12

Closed eshaz closed 1 year ago

eshaz commented 1 year ago

Add a CRC32 checksum to the header of a dynamic encoded string to help validate successful decoding.