google / keyczar

Easy-to-use crypto toolkit
Apache License 2.0
1.1k stars 141 forks source link

KeyczarTool should create directories automatically #115

Closed GoogleCodeExporter closed 3 years ago

GoogleCodeExporter commented 9 years ago
When creating key data with the Keyczar tool, in java, python and c++, you have 
to make the directory the key data is going into first.  Since keyset data is 
identified by the directory it's in, and you can only have one keyset per 
directory, it's kind of frustrating for the tool to bomb if the directory 
doesn't exist yet.

Original issue reported on code.google.com by jtu...@gmail.com on 19 Jan 2013 at 12:17

GoogleCodeExporter commented 9 years ago
Updated python to have this behavior, really only needs to be done on "create" 
and "pubkey"

http://code.google.com/r/jtuley-keyczar-python-usekey-exposed/source/checkout

Original comment by jtu...@gmail.com on 23 Jan 2013 at 1:31

GoogleCodeExporter commented 9 years ago
Repatched feature into it's own commit

http://code.google.com/r/jtuley-keyczar-python-usekey-exposed/source/detail?r=7c
db91f4a93818c3c5c25b3c4b17b6ab291ace66

Original comment by jtu...@gmail.com on 28 Jan 2013 at 11:44

GoogleCodeExporter commented 9 years ago
Added feature to java version, built upon clone submitted for Issue 104

http://code.google.com/r/jtuley-java-usekey-interop/source/detail?r=81dd34095bf8
43a5d1a4a5ec4d49bd8107554b06

Original comment by jtu...@gmail.com on 11 Feb 2013 at 12:45

GoogleCodeExporter commented 9 years ago

Original comment by jtu...@gmail.com on 2 Mar 2013 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by jtu...@gmail.com on 2 Mar 2013 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by jtu...@gmail.com on 15 Mar 2013 at 6:23

GoogleCodeExporter commented 9 years ago
review based changes 
https://code.google.com/r/jtuley-keyczar-dev/source/detail?r=84d7300a23a295cdcb0
9299b34c5fe51eddb21d5&name=python/all

Original comment by jtu...@gmail.com on 21 Aug 2013 at 2:32

GoogleCodeExporter commented 9 years ago
The python looks good to me. I don't think we need to wait before committing it 
until there is a C++ and java version, but those should be implemented too 
before this issue can be closed.

Original comment by dlundb...@google.com on 27 Aug 2013 at 8:19