2.0.17 • Published 6 years ago

baser64 v2.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

License: UCOP v3

Stand 04102018

Current features:

  • Encrypt strings with base64
  • Decrypt string with base64

Setup for the project

Download the module with the command: npm install --save baser64

Import the module with:

const baser64 = require('baser64');

License: UCOP v3 #Important Notice This package is a extension package for the lsj npm package https://www.npmjs.com/package/lsj

Providing a own Hash file

The own hash file is not required but recommended because we're changing the hash key on every 25th a month. The old key can be requested by email or issue ticket.

nodejs@zombymedia.com

If you want to use a own hash that effects the encryption please create a file in your main project:

/src/mmdH.xv

This file type doesn't require any special kind of formating. But the hash the length of the hash has to be at least 1024 character long.

encryption usage

var text = "The text you want to use";

var enc = baser64.encode(text);

decryption usage

var text = "ENCRYPTED MESSAGE";

var dec = baser64.decode(text);
2.0.17

6 years ago

2.0.16

6 years ago

2.0.15

6 years ago

2.0.14

7 years ago

2.0.13

7 years ago

2.0.12

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.8

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago