implement basic password hashing #11

Closed
Ghost wants to merge 1 commit from (deleted):pwd-hash into main
No description provided.
Ghost added 1 commit 2024-08-26 14:22:44 +02:00
otizonaizit reviewed 2024-08-26 14:24:37 +02:00
@ -31,0 +32,4 @@
def pwhash(password):
hash = ''
for letter in password:
hash += hex(ord(letter)**2)[2:]
Owner

what's the [2:] about?

what's the `[2:]` about?
root closed this pull request 2025-06-26 17:29:10 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ASPP/2024-heraklion-git#11
No description provided.