Registry / crypto / self-encryption

self-encryption

JSON →
library0.36.0rscratesunverified

Self encrypting files using convergent encryption plus obfuscation for secure storage.

# Cargo.toml [dependencies] self_encryption = "0.36.0"
INSTALL
IMPORT
SIG · SELF-ENCRYPTION
S
self-encryption
cryptorustv0.36.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SelfEncryptor
use self_encryption::SelfEncryptor;

Initializes a SelfEncryptor with a storage backend for encrypting and decrypting files.

use self_encryption::SelfEncryptor; fn main() { let encryptor = SelfEncryptor::new(/* storage */); // Encrypt or decrypt data }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.36.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
self-encryption — cargo add self-encryption · libregistry