UNPKG

@izzius94/crypter

Version:

The crypter library makes easy to share encrypted data with a Laravel project.

4 lines (3 loc) 170 B
export { generate as generateKey, read as readKey } from './lib/key'; export { default as Crypter } from './lib/crypter'; export { encrypt, decrypt } from './lib/crypt';