@wadleun2ty/securex
v1.0.4
Published
Simplify security in JavaScript — simple, fast, secure
Maintainers
Readme
SecureX
SecureX is a JavaScript security library aiming to simplify encryption, hashing, key management, and other cryptography operations.
⚠️ Work in Progress: This project is still under active development. Many features may be incomplete, unstable, or contain errors. Use at your own risk.
Project Status
- The library structure is mostly in place.
- Documentation and examples are partially completed.
- Some modules may not function correctly yet.
- The project requires improvements, testing, and refactoring.
Installation
npm install @wadleun2ty/securexUsage
Currently, usage examples are under construction. Please refer to the
/docs/pagesfolder for partial guidance.
import { encrypt, decrypt } from '@wadleun2ty/securex';
// Example usage coming soon...Contributing
Contributions are welcome! If you want to help improve SecureX, please check the CONTRIBUTING.md and CODE_OF_CONDUCT.md.
License
SecureX is licensed under the GPL-3.0 License.
