#path #random-string #edgee #hostname #length #generate #decryption

edgee-path

The full-stack edge platform for your edge oriented applications

2 releases

0.1.1 Dec 10, 2024
0.1.0 Nov 25, 2024

#483 in Cryptography

Download history 200/week @ 2024-11-23 42/week @ 2024-11-30 214/week @ 2024-12-07 160/week @ 2024-12-14 25/week @ 2024-12-21 12/week @ 2024-12-28 12/week @ 2025-01-04

217 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

22KB
310 lines

Edgee

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