This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-03
Channels
- # ai (1)
- # announcements (1)
- # beginners (5)
- # biff (23)
- # clojure (3)
- # clojure-europe (4)
- # clojure-norway (22)
- # clojurescript (21)
- # data-science (1)
- # datascript (5)
- # graalvm (2)
- # gratitude (2)
- # humbleui (4)
- # hyperfiddle (10)
- # lsp (46)
- # off-topic (15)
- # pedestal (1)
- # reitit (3)
- # shadow-cljs (12)
- # sql (4)
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.
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.