selepass

Crates.ioselepass
lib.rsselepass
version0.1.0
created_at2025-11-27 08:06:47.453205+00
updated_at2025-11-27 08:06:47.453205+00
descriptionA Rust crate for password verification and secure access layers.
homepage
repositoryhttps://github.com/seleste3580-dev/selepass
max_upload_size
id1953289
size10,087
(seleste3580-dev)

documentation

README

selepass

Selepass is a Rust library for password verification and secure access layers.
It supports single or multiple password layers and provides a safe, easy-to-use API.

Features

  • Single-layer password verification
  • Multi-layer password system
  • Secure hashing (Argon2)
  • Easy to integrate in your Rust projects

Installation

Add selepass to your Cargo.toml:

[dependencies]
selepass = "0.1.0"
Commit count: 0

cargo fmt