0

I want to store multiple 8-bit keys and store in JSSE keystore, is it possible to do that with keytoo?

something with

keytool -genkeypair
Phalguni Mukherjee
  • 623
  • 3
  • 11
  • 29
  • 2
    8-bit keys? Which algorithm uses 8 bit keys? Who would want a cipher algorithm that needs a maximum of 256 attempts to crack? What are you trying to achieve? – JB Nizet May 11 '14 at 07:57
  • no algorithm,but i want it for some other purpose not encryption – Phalguni Mukherjee May 11 '14 at 08:07
  • 2
    Then use "some other" mechanism. The keytool is used to generate cryptographic keys. Not to generate random bytes. – JB Nizet May 11 '14 at 08:10

0 Answers0