summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/scrypt.go: Get password and salt from stdin•••Instead of passing the password and salt as arguments to the command, read it from stdin instead, as the argument to a process are visible to all other processes. HEADmainEuAndreh2026-02-281-19/+73
* src/scrypt.go: Wrap usage text in a Gettext() callEuAndreh2025-05-151-1/+1
* src/scrypt.go: Improve CLI handling, add tests alongsideEuAndreh2025-05-151-19/+71
* Setup i18n with gotext(0)EuAndreh2025-05-151-4/+5
* src/scrypt.go: Create HashInput and CheckInput for named argumentsEuAndreh2024-10-191-15/+34
* Remove Go code in favor of upstream libscrypt-kdf•••Adapt build to handle cgo shenanigans. EuAndreh2024-10-181-300/+53
* Remove panicky codeEuAndreh2024-10-171-29/+17
* src/scrypt.go: Rename XxxError to ErrXxxEuAndreh2024-09-281-6/+6
* src/scrypt.go: Remove "scrypt" prefix from constsEuAndreh2024-09-281-14/+12
* Init: copy code from gobangEuAndreh2024-09-132-0/+427