What encryption algorithm does gnome-keyring use?
I've tried looking for it on their site but it seems quite hidden.
|
What encryption algorithm does gnome-keyring use? I've tried looking for it on their site but it seems quite hidden. |
||||
|
|
|
According to the FAQ, it uses standard-issue AES-128. |
|||
|
|
|||
|
|
|
From looking here, I can see that gnome-keyring uses libgp11, "a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface." PKCS #11 is an abstraction layer for a generic cryptographic token, and its API defines objects such as RSA keys, X.509 Certificates, DES/Triple DES keys, and more. [ 1 , 2 ] This gnome-keyring thread is fairly recent; the developers discuss the use of HKDF (RFC 5869) hashing into something usable by AES / Rijndael, so it's a good bet that gnome-keyring predominantly uses AES. |
|||
|
|
|
The doc's are pretty ambiguous about that, only saying it uses PKCS#11 to store it. My guess would be that it uses the default encryption for the host. (Probably DES in most cases) The architecture |
|||
|
|