graalvm

emilaasa 2024-03-03T13:59:53.358289Z

Has someone used a cross platform (MacOS, Linux, Windows) secret storage library with graalvm that they can recommend? I found this one https://github.com/microsoft/credential-secure-storage-for-java but maybe there are more? I'm going to use it to store user credentials for a CLI.

emilaasa 2024-03-03T14:02:43.315539Z

I've use the golang equivalent here: https://github.com/docker/docker-credential-helpers/ which is dead simple - something like this would work for me as well but on the JVM.