Docs.rs
rustfs-crypto-0.0.3
rustfs-crypto 0.0.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
houseme
Dependencies
aes-gcm ^0.10.3
normal
optional
argon2 ^0.5.3
normal
optional
cfg-if ^1.0.1
normal
chacha20poly1305 ^0.10.1
normal
optional
jsonwebtoken ^9.3.1
normal
pbkdf2 ^0.12.2
normal
optional
rand ^0.9.1
normal
optional
serde_json ^1.0.140
normal
sha2 ^0.10.9
normal
optional
thiserror ^2.0.12
normal
test-case ^3.3.1
dev
time ^0.3.41
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustfs_
crypto
0.0.3
rustfs_crypto
Function
encrypt_data
Copy item path
Source
pub fn encrypt_data(password: &[
u8
], data: &[
u8
]) ->
Result
<
Vec
<
u8
>,
Error
>