Bonsoir,
Depuis quelque temps je recherche un script nemo (ou équivalent) qui me permettrais de shredé/wipé un fichier (a ajouté a nemo) de manière de pouvoir faire clic droit -> supprimer (et qu’il shred/wipe au lieu de bêtement effacé en laissant le fichier récupérable au premier pilleur de tombe qui passe par la).
Il existe un effacement sécurisé dans bleachbit es-ce utilisable via un script nemo ?.
Si vous ne connaissez pas un script d’effacement sécuriser auriez-vous au moins une piste à suivre ?
Merci d’avance
[Script Nemo] Shreding/Wiping/effacement sécurisé (Résolu)
- liziara21
- Daikyu
- Messages : 91
- Inscription : mer. 15 juin 2016, 15:24
- Localisation : Entre ici et las-bas !
[Script Nemo] Shreding/Wiping/effacement sécurisé (Résolu)
Dernière modification par liziara21 le lun. 04 juil. 2016, 16:24, modifié 1 fois.
Tours | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : Nvidia GTX 980 - HDD : 5.1 TB - Encrypted
Portable | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : AMD - HDD : 256 GB - Encrypted
Raspberry Pi 2 | Distribution : Arch Linux ARM - Interface : Aucune - HDD : 6 TB - Encrypted
Portable | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : AMD - HDD : 256 GB - Encrypted
Raspberry Pi 2 | Distribution : Arch Linux ARM - Interface : Aucune - HDD : 6 TB - Encrypted
- RoyalPanda
- yeomen
- Messages : 241
- Inscription : lun. 19 mai 2014, 09:08
Re: [Script Nemo] Shreding/Wiping/effacement sécurisé
Bonjour.
Je ne suis pas sur une Cinnamon actuellement donc je ne peux pas tester. mais : http://experimentswithlinuxrelatedtech. ... using.html
Je ne suis pas sur une Cinnamon actuellement donc je ne peux pas tester. mais : http://experimentswithlinuxrelatedtech. ... using.html
- liziara21
- Daikyu
- Messages : 91
- Inscription : mer. 15 juin 2016, 15:24
- Localisation : Entre ici et las-bas !
Re: [Script Nemo] Shreding/Wiping/effacement sécurisé
Oh merci, je vais tester dé aujourd’hui, et je donnerais mes retours rapidement.RoyalPanda a écrit :Bonjour.
Je ne suis pas sur une Cinnamon actuellement donc je ne peux pas tester. mais : http://experimentswithlinuxrelatedtech. ... using.html
Édit : Cela fonctionne parfaitement, cependant attention au moins attentif, le dossier qui propose de modifier est un sample (l’exemple), il faut créer un autre fichier .nemo_action, pour que cela fonctionne.
Tours | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : Nvidia GTX 980 - HDD : 5.1 TB - Encrypted
Portable | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : AMD - HDD : 256 GB - Encrypted
Raspberry Pi 2 | Distribution : Arch Linux ARM - Interface : Aucune - HDD : 6 TB - Encrypted
Portable | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : AMD - HDD : 256 GB - Encrypted
Raspberry Pi 2 | Distribution : Arch Linux ARM - Interface : Aucune - HDD : 6 TB - Encrypted
- liziara21
- Daikyu
- Messages : 91
- Inscription : mer. 15 juin 2016, 15:24
- Localisation : Entre ici et las-bas !
Re: [Script Nemo] Shreding/Wiping/effacement sécurisé
Double post pour mettre la réponse a la solution dans le forum (histoire d’évité de perdre la solution si le blogspot de ce monsieur venait à disparaitre).
Ensuite Mettre dans ce fichier :
Code : Tout sélectionner
# vim /usr/share/nemo/actions/shreding.nemo_action
Code : Tout sélectionner
[Nemo Action]
Name=Shred file
Comment=securely delete a file
Exec=/usr/bin/shred --force --remove --verbose --zero %F
Icon-Name=gtk-execute
Selection=S
Extensions=any;
Quote=double
Tours | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : Nvidia GTX 980 - HDD : 5.1 TB - Encrypted
Portable | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : AMD - HDD : 256 GB - Encrypted
Raspberry Pi 2 | Distribution : Arch Linux ARM - Interface : Aucune - HDD : 6 TB - Encrypted
Portable | Distribution : Arch Linux - Encrypted - Interface : Cinnamon - Graphics : AMD - HDD : 256 GB - Encrypted
Raspberry Pi 2 | Distribution : Arch Linux ARM - Interface : Aucune - HDD : 6 TB - Encrypted