mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Spacing issue.
This commit is contained in:
@@ -442,4 +442,4 @@ end
|
||||
|
||||
def clean_hint str
|
||||
str.tr("\n",'').gsub(/\s+/, ' ')
|
||||
end
|
||||
end
|
||||
|
||||
@@ -5,4 +5,4 @@ Short script to encode password for use with CTFd
|
||||
import sys
|
||||
from passlib.hash import bcrypt_sha256
|
||||
hashed = bcrypt_sha256.encrypt(sys.argv[1])
|
||||
print(hashed, end='')
|
||||
print(hashed, end='')
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
Good luck!
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -133,4 +133,4 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user