10

Does anyone of you know a good website where I can learn about open-source licenses?
I've written a small terminal-based passwords-manager in Go want to open-source it and some of the libraries I've written for it.

Comments
  • 0
  • 0
    📌
  • 0
    Sounds good! I'm interested!
    Is it an implementation of something existing (e.g. Pass, etc.), Or something completely new?
  • 1
    @Jilano
    Its something completely new.
    I want to use it to apply for a apprenticeship, but if someone is interested in it , then I'll continue developing it.

    Most import things about it, so far:
    - written in Go
    - Linux only, maybe also Unix, didn't test it so far
    - passwords are stored in an aes-256 encrypted json-file
    - key derivation is done with scrypt on the recommended high security settings
    - the program is pretty much a shell to operate inside the password-store
  • 0
    @metamourge I'm sure I'm not the only one who would love to test/see it :)
  • 1
    @Jilano
    I want to put it online till the end of the week.
    Then I'll post another rant with the link.
Add Comment