2 releases
0.1.1 | Dec 10, 2024 |
---|---|
0.1.0 | Nov 25, 2024 |
#483 in Cryptography
217 downloads per month
Used in 3 crates
(2 directly)
22KB
310 lines
Edgee
Edgee Path Library
The edgee-path
library provides utilities for encrypting and decrypting strings, generating random strings, and validating paths based on hostnames. It is designed to be used in scenarios where secure and predictable path generation and validation are required.
Features
- Encrypt and Decrypt Strings: Functions to encrypt and decrypt strings, ensuring data security.
- Generate Random Strings: Utility to generate random strings of a specified length.
- Path Generation: Generate paths based on hostnames.
- Path Validation: Validate paths against hostnames to ensure correctness.
Installation
To use this library, add edgee-path
as a dependency in your Cargo.toml
:
[dependencies]
edgee-path = "0.1.0"
Dependencies
~315KB