base85 icon indicating copy to clipboard operation
base85 copied to clipboard

:sound: nodejs base85 encoding and decoding

Results 6 base85 issues
Sort by recently updated
recently updated
newest added

no need the whole underscore library

I am running into an issue where base85.encode() is returning false. This is happening bother with a buffer and a text string. I am using Node 8.9.4. For the text...

I've got a somewhat large binary input (3238814 bytes) that I tried to encode. It encodes fine, but when I try to decode it fails. I tried smaller inputs (

Would be nice if there was a cli tool for this, so I could easily swap things out like: ``` bash env GOOGLE_OAUTH="$(cat ./.env/google-oauth.json | jq -c . | base64)"...

I think the dependent package 'bignum' can be replaced with 'bignumber.js'.

The README mentions that there is a `z85pad` mode that can be used to skip the Z85 length checks, but it's not available in the TypeScript version due to the...