1376 links
192 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
  • thumbnail
    encryption - How do I quickly encrypt a file with AES? - Ask Ubuntu

    Une solution toute simple - utilisant OpenSSL - pour chiffrer un document en utilisant AES-256 depuis un OS Linux. Pas besoin d'outil tier, simplement d'openssl !

    Extrait intéressant:
    Encryption:
    openssl aes-256-cbc -in attack-plan.txt -out message.enc

    Decryption:
    openssl aes-256-cbc -d -in message.enc -out plain-text.txt
    August 1, 2014 at 4:59:45 PM GMT+2 * - permalink -
    QRCode
    - http://askubuntu.com/questions/60712/how-do-i-quickly-encrypt-a-file-with-aes
    openssl ssl aes chiffrement linux astuce
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation