hash-pin #235

Merged
lash merged 15 commits from hash-pin into master 2025-01-03 09:25:26 +01:00
Member
  • Hash PIN using bcrypt with 8 salt rounds
  • Resolves issue #209
- Hash PIN using bcrypt with 8 salt rounds - Resolves issue #209
Alfred-mk added 6 commits 2025-01-02 11:54:58 +01:00
Alfred-mk added 2 commits 2025-01-02 12:38:28 +01:00
Alfred-mk added 1 commit 2025-01-02 13:16:00 +01:00
Alfred-mk added 1 commit 2025-01-02 13:22:13 +01:00
Alfred-mk changed title from WIP: hash-pin to hash-pin 2025-01-02 13:44:59 +01:00
Alfred-mk added 1 commit 2025-01-02 14:01:27 +01:00
Alfred-mk requested review from lash 2025-01-02 14:01:54 +01:00
lash requested changes 2025-01-02 15:35:03 +01:00
@ -0,0 +99,4 @@
}
}
func TestVerifyPIN(t *testing.T) {
Owner

We are going to need a test using data from the legacy system aswell. Please @kamikazechaser can you provide an existing plain/cipher pair?

We are going to need a test using data from the legacy system aswell. Please @kamikazechaser can you provide an existing plain/cipher pair?
kamikazechaser marked this conversation as resolved
@ -44,3 +44,3 @@
return nil, err
}
adminstore, err := utils.NewAdminStore(ctx, "admin_numbers")
adminstore, err := utils.NewAdminStore(ctx, "./devtools/admin_numbers")
Owner

it seems strange that handler service should be pointing to an executable directory. can we put it in the store instead somehow?

it seems strange that handler service should be pointing to an executable directory. can we put it in the store instead somehow?
Alfred-mk added 1 commit 2025-01-03 04:58:54 +01:00
kamikazechaser added 1 commit 2025-01-03 09:10:19 +01:00
Alfred-mk added 1 commit 2025-01-03 09:17:33 +01:00
Alfred-mk added 1 commit 2025-01-03 09:24:31 +01:00
lash merged commit 8bd025f2b2 into master 2025-01-03 09:25:26 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 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: urdt/ussd#235
No description provided.