summary refs log tree commit diff
path: root/scrypt
AgeCommit message (Collapse)Author
2019-11-14Updated the scrypt file included here to use the latest libcrypto.so (so far)login
scrypt, the executable, uses libcrypto.so, which was updated from 1.0.0 to a more recent version (most likely 1.1). Thus, it had to be recompiled. The new version is included by default now in this directory.
2019-09-30Adding chmod u+x to scripts (and scrypt)~login@aussies.space
2018-03-06Initial Commitlogin000