2.1.0 • Published 11 months ago

@kitmi/feat-cipher v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@kitmi/feat-cipher

Jacaranda Framework AI Features

@kitmi/feat-cipher

Features

  • cipher

Installation

To install @kitmi/feat-cipher, run the following command:

bun add @kitmi/feat-cipher

Or if you're using npm:

npm install @kitmi/feat-cipher

Usage

  1. Export the feature in the app module
import cipher from '@kitmi/feat-cipher';

export default {
    cipher
};
  1. Add the feature into config
cipher:
    key: '' # optional
    hashAlgorithm: '' # optional
    # ...
  1. Use anywhere
const cipher = app.getService('cipher');
cipher.hash();

License

  • MIT
  • Copyright (c) 2023 KITMI PTY LTD
2.1.0

11 months ago

2.0.0

1 year ago

1.0.0

1 year ago