Giter Site home page Giter Site logo

Replace 3DES encryption about xca HOT 4 CLOSED

nthuemmel avatar nthuemmel commented on May 30, 2024
Replace 3DES encryption

from xca.

Comments (4)

karlo1941 avatar karlo1941 commented on May 30, 2024

CA private keys should be stored only encrypted

from xca.

phoerious avatar phoerious commented on May 30, 2024

Hi, sorry for abusing this thread for questions, but which cipher is used internally for the database? I noticed that all exports are done with 3DES in 1.4, which apparently changed with 94c3835, but it's not entirely clear to me which cipher is used internally in either 1.4 or 2.x. Could you give me a short hint please? Thanks!

EDIT: I just found this which suggests 3DES is used:

All keys are stored encrypted in the database using the 3DES algorithm.

Is that information still valid?

from xca.

chris2511 avatar chris2511 commented on May 30, 2024

The documentation is outdated.
Commit 431076c changed the internal storage type of private keys to PKCS#8 with AES_256:

i2d_PKCS8PrivateKey_bio(bio, key, EVP_aes_256_cbc(),

from xca.

phoerious avatar phoerious commented on May 30, 2024

Okay, thanks. Unfortunately, that means that 1.4 is still 3DES and it's the only version that's in Ubuntu 18.04 and below. 18.10 also still has an older version with 3DES.

Have you ever thought about release an AppImage for Linux? That would be immensely helpful, since I could run the most recent version everywhere.

from xca.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.