securecookie icon indicating copy to clipboard operation
securecookie copied to clipboard

corresponding Java implementation

Open zhao1-1 opened this issue 3 years ago • 2 comments

Excuse me, Does this algorithm have a corresponding Java implementation?

There is a Go Projection encode cookie by using this algorithm, and now , I want decode the cookie in Java Projection.

I can not find a java lib about decoding cookie by using this algorithm.

Please Help Me~~~

zhao1-1 avatar May 05 '22 12:05 zhao1-1

There is not a Java library for this. What use-case requires you to issue cookies in Go but decode in Java?

elithrar avatar May 05 '22 13:05 elithrar

I'm very grateful for your replay. I want migrate Go project to Java project, and keep unchanged in implementing logic.

What algorithm or protol is our framework based on?

zhao1-1 avatar May 06 '22 03:05 zhao1-1

Unfortunately there is no easy way to do this, you would have to reverse engineer the process by which the cookie is built using this library, which is outside the scope of this project.

coreydaley avatar Aug 17 '23 01:08 coreydaley