Crates.io | cart_container |
lib.rs | cart_container |
version | 1.0.0 |
source | src |
created_at | 2023-01-20 20:46:15.772477 |
updated_at | 2024-09-16 18:37:51.023909 |
description | The CaRT file format is used to store or transfer malware and it's associated metadata. It neuters the malware so it cannot be executed, and encrypts it so anti-virus software cannot flag the CaRT file as malware. |
homepage | |
repository | https://github.com/CybercentreCanada/cart-rs |
max_upload_size | |
id | 763715 |
size | 35,068 |
The CaRT file format is used to store/transfer malware and it's associated metadata. It neuters the malware so it cannot be executed and encrypt it so anti-virus softwares cannot flag the CaRT file as malware.
This crate provides methods to encode and decode the CaRT format (which can be used directly) and exports them into a C library.
For more details about how the CaRT format is implemented or ways it can be used check it's original implementation: https://github.com/CybercentreCanada/cart
Le format de fichier CaRT permet de stocker et de transférer les maliciels et les métadonnées connexes. Il neutralise les maliciels de manière à ce qu’ils puissent être exécutés et chiffrés pour que le logiciel antivirus ne signale pas le fichier CaRT comme étant un maliciel.
Ce crate fournit des méthodes pour encoder et décoder le format CaRT (qui peut être utilisé directement) et les exporte dans une bibliothèque C.
Pour plus de détails sur la façon dont le format CaRT est implémenté ou comment il peut être utilisé, vérifiez son implémentation d'origine: https://github.com/CybercentreCanada/cart#cart-compressed-and-rc4-transport-1