1398 links
199 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
2 results tagged openssl x
  • 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
  • La création des certificats SSL

    Création d'un certificat SSL avec OpenSSL pour utilisation avec Apache

    October 12, 2013 at 12:02:24 PM GMT+2 * - permalink -
    QRCode
    - http://www.linux-france.org/prj/edu/archinet/systeme/ch24s03.html
    apache certificat ssl openssl Tutoriels
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation