1.4.2 • Published 1 month ago

k-utilities v1.4.2

Weekly downloads
51
License
MIT
Repository
github
Last release
1 month ago

What is k-utilities?

my-utilities is a npm that contains functions that do simple tasks etc...

Installation

npm i k-utilities --save

import { Crypto, Hashing, Request, Logger } from "k-utilities";

Initialization

const passCrypto = new Crypto("16-hex-key");

const encryptedPass = passCrypto.encrypt("password-to-be-encrypted")

const decryptedPass = passCrypto.decrypt(encryptedPass)

to get a key run in terminal: openssl rand 16 -hex

1.4.2

1 month ago

1.3.7

5 months ago

1.3.6

5 months ago

1.3.5

5 months ago

1.3.4

5 months ago

1.3.3

5 months ago

1.2.4

5 months ago

1.4.1

5 months ago

1.4.0

5 months ago

1.3.9

5 months ago

1.3.8

5 months ago

1.2.0

1 year ago

1.2.3

1 year ago

1.1.4

1 year ago

1.2.2

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago