diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2021-01-04 21:07:18 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2021-01-04 21:07:18 +0100 |
commit | fcb0a17768142fbd660aae6a24015b67522b015a (patch) | |
tree | 81eb85a72734497020197e8c3c3d52a4edaaed08 /utilities/.gitignore | |
parent | 32566e4d640e354adaa83cf9b7240bfc2cdd83e3 (diff) |
utilities: hash_pass: Password hashing utility (doesn't work yet)
It nicely gives a hash, but the server doesn't accept the corresponding
password afterwards. Probably did something stupid.
Diffstat (limited to 'utilities/.gitignore')
-rw-r--r-- | utilities/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities/.gitignore b/utilities/.gitignore new file mode 100644 index 0000000..41ea945 --- /dev/null +++ b/utilities/.gitignore @@ -0,0 +1 @@ +hash_pass |