Expand description
§What is it?
Dexios-Core is a library used for managing cryptographic functions and headers that adhere to the Dexios format.
§Security
Dexios-Core uses modern, secure and audited1 AEADs for encryption and decryption.
You may find the audits for both AES-256-GCM and XChaCha20-Poly1305 on the NCC Group’s website.
1 Deoxys-II-256 does not have an official audit, so use it at your own risk
§Who uses Dexios-Core?
This library is implemented by Dexios, a secure command-line file encryption utility.
Dexios-Core makes it easy to integrate the Dexios format into your own projects (and if there’s a feature that you’d like to see, please don’t hesitate to open a Github issue).
§Donating
If you like my work, and want to help support Dexios, or Dexios-Core, feel free to donate! This is not necessary by any means, so please don’t feel obliged to do so.
XMR: 84zSGS18aHtT3CZjZUnnWpCsz1wmA5f65G6BXisbrvAiH7PxZpP8GorbdjAQYRtfeiANZywwUPjZcHu8eXJeWdafJQFK46G
BTC: bc1q8x0r7khrfj40qd0zr5xv3t9nl92rz2387pu48u
ETH: 0x9630f95F11dFa8703b71DbF746E5c83A31A3F2DD
You can read more about Dexios, Dexios-Core and the technical details in the project’s main documentation!
§Thank you!
Dexios-Core exclusively uses AEADs provided by the RustCrypto Team, so I’d like to give them a huge thank you for their hard work (this wouldn’t have been possible without them!)
Modules§
- cipher
- This module is used for standard, typical encryption and decryption.
- header
- The Dexios header is an encrypted file/data header that stores specific information needed for decryption.
- key
- This module handles key-related functionality within
dexios-core
- primitives
- This module contains all cryptographic primitives used by
dexios-core
- protected
- This is a basic wrapper for secret/hidden values
- stream
- This module contains all of the LE31 STREAM objects and functionality
Structs§
- Payload
- AEAD payloads (message + AAD).
Constants§
Traits§
- Zeroize
- Trait for securely erasing values from memory.