Sorry, your interpretation is incorrect.
The default behavior is to have a new cipher key, this is why you get this
error.
Cipher key needs to be “fixed”, i.e. the same between application starts.
Is *not* base64 encoding. This is exactly the hex string openssl command gives
you. No “0x” in fron
> lenny-5o6p1tln9c5dpfhejli...@public.gmane.org:
> Hi Mihir,
> You are correct, Pax-Shiro is no longer maintained.
> Shiro 2.0 has all the features that used to be in Pax-Shiro (and many, many
> more)
> Please see https://shiro.apache.org/jakarta-ee.html
> You can probably remove most if not
> lenny-5o6p1tln9c5dpfhejli...@public.gmane.org:
> The only thing I can think of is to give you some examples from my
> application:
> https://github.com/lprimak/apps/blob/main/emailmanager/src/main/java/com/flowlogix/website/security/CipherKeySource.java
Just seeing if I'm interpreting this