mysto / java-fpe

FPE - Format Preserving Encryption with FF3 in Java
https://privacylogistics.com
Apache License 2.0
59 stars 18 forks source link

Maven artifact? #2

Closed piotrblasiak closed 2 years ago

piotrblasiak commented 3 years ago

Thanks for publishing your work. Do you have any plans on offering this as a maven artifact?

bschoening commented 3 years ago

@piotrblasiak Hi, yes, I'm working on it this week after having upgraded the package to support FF3-1. I've not published to maven before so its taking a bit of time to figure out the build.gradle.kts, etc.

piotrblasiak commented 3 years ago

Ok, great. No stress and appreciate it! Also not sure if you agree but there is quite a bit of logging in the class that I felt like I had to comment out so if you want to make this a consumable package then at least making them .trace instead of .info would make sense in my opinion. Thanks again!

bschoening commented 3 years ago

Piotr, that's a great point and something left over from development. I've updated the logging to use .trace.

bschoening commented 2 years ago

@piotrblasiak I've published it tonight on maven.org. You can find it at https://repo1.maven.org/maven2/io/github/mysto/ff3/. If you could test it and let me know, that'd be most helpful.

piotrblasiak commented 2 years ago

Great - I can't find it in the central maven repo tho? Maybe it takes a while to propagate.

bschoening commented 2 years ago

@piotrblasiak should be there now on https://search.maven.org/artifact/io.github.mysto/ff3/0.9/jar

piotrblasiak commented 2 years ago

Works great, thanks!