1.0.1 • Published 2 years ago

crypto-js-storage v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CryptoStorage Logo

CryptoStorage stores data in a local storeage using standard and secure encryption algorithms.

Documentation

Installation

npm install --save crypto-js-storage

Unit testing

npm run test
# > crypto-js-storage@1.0.0 test
# > jest

# PASS tests/rc4-storage.test.ts (27.452 s)
# PASS tests/des-storage.test.ts (27.973 s)
# PASS tests/rabbit-storage.test.ts (27.583 s)
# PASS tests/triple-des-storage.test.ts (28.703 s)
# PASS tests/rabbit-legacy-storage.test.ts (28.38 s)
# PASS tests/aes-storage.test.ts (29.138 s)
# A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.

# Test Suites: 6 passed, 6 total
# Tests:       12 passed, 12 total
# Snapshots:   0 total
# Time:        32.593 s
# Ran all test suites.

Author

Takuya Motoshima

License

MIT