« Aescrypt : Chiffrer & déchiffrer un fichier » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 29 : | Ligne 29 : | ||
}); | }); | ||
</script> | </script> | ||
</html> | |||
<html> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> | </html> |
Dernière version du 17 février 2025 à 17:40
- Outil open source permettant de chiffrer et déchiffrer des fichiers.
- Disponible pour Windows, Linux, Apple et (apparemment) Android (non testé)
Lien
https://www.aescrypt.com/download/
Commandes
Chiffrer un fichier
aescrypt -e -p 'mot de passe' fichier.ext
Déchiffrer un fichier
aescrypt -d -p 'mot de passe' fichier.ext.aes
- Plein d'autres options sont disponibles ... https://www.aescrypt.com/command_line.html