Hi,
I want to implement a tool in Java to learn more about cryptography. I know that there is a security package with some crypto stuff inside. Now I saw there is a dedicated javax.crypto package inside the SDK.
Where is the difference? Are they both up to date?
I wanted to start my tool with some historical ciphers. But it should not be limited to them. So I need a nice abstraction through interfaces or something like that.
Whats the better choice of the two APIs? Is there another API I should have a look at?
Thanks in advance.