question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NotImplementedError: Saving of JCEKS keystores is not implemented

See original GitHub issue

Hello, At the moment, when saving a keystore of type "JCEKS"m I get the following error :

NotImplementedError: Saving of JCEKS keystores is not implemented 

Is the implementation on the way / planned ? For sure… this is not to set pressure on it ^^ but as I find this library promising, I just wanted to be informed about it 😉 Thx for your answers !

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
FrugalGuycommented, Oct 22, 2019

I’d like to bump this up. I would like to be able to store client IDs and API keys in a jceks but having to go write up a Java program to do it makes this library less useful. Any chance we could get a jceks that can store password strings soon?

1reaction
voetsjoebacommented, Jun 9, 2017

I’ve had a local branch that implements writing all keystore types for a while, but I’ve been hesitant to push it out for the same reasons as originally discussed in PR #29 when JKS write support came up, i.e. I’m not so sure the choice of cryptographic parameters for JCEKS and BKS keystores is as straightforward as it may seem …

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · kurtbrose/pyjks - GitHub
a pure python Java KeyStore file parser, including private key decryption - Issues ... NotImplementedError: Saving of JCEKS keystores is not implemented.
Read more >
Source code for jks.jks - PyJKS - Read the Docs
If the entry was loaded from a JCEKS keystore, the password must not contain ... so that the keystore can be saved """...
Read more >
Failure to open JCEKS keystore with pyjks - Stack Overflow
Because SecretKeys were not yet implemented, they did not advance the current position, thus causing a bad hash check.
Read more >
[IDP-1317] JCEKS is not recommended by Oracle JDK
When keytool is operating on a JKS or JCEKS keystore, a warning may be ... has been introduced under certain circumstances that are...
Read more >
PyJKS Documentation - Read the Docs
if it is not ecrypted when saved, it will be encrypted with the same ... JCEKS is an improved keystore format introduced with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found