kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.67k stars 271 forks source link

Add configurable number of random bytes to serial number (#429) #430

Closed rob975 closed 1 year ago

rob975 commented 1 year ago

I made the number of random bytes added to s/n configurable. The default value of 0 produces the same s/n of current versions, i.e. unix timestamp in seconds.

kaikramer commented 1 year ago

Nice work, thank you for your contribution!

The-Lum commented 8 months ago

[Just for the record, see also this commit: 231b599]