summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* challenge: do challenge 38v0.38.0siddharth ravikumar2022-07-231-1/+243
|
* lib: `SRPUser`: add Identsiddharth ravikumar2022-07-231-0/+4
|
* lib: `SRPUser`: add ComputeVerifiersiddharth ravikumar2022-07-231-6/+11
| | | | Move verifier computation to its own function.
* challenge: c38: implement simplified srpsiddharth ravikumar2022-06-302-0/+452
|
* lib: srp: SRPUser: add `GetScramblingParam`siddharth ravikumar2022-06-301-0/+4
|
* lib: srp: update session key macsiddharth ravikumar2022-06-291-2/+5
| | | | Use `HmacSha256`.
* lib: add handling for simplified srpsiddharth ravikumar2022-06-122-0/+176
|
* challenge: do challenge 37v0.37.0siddharth ravikumar2022-05-301-0/+554
|
* lib: bastardize srp implementationsiddharth ravikumar2022-05-301-10/+0
| | | | So that it can be exploited by the zero key attack (challenge 37).
* lib: srp: add SRPClientSession.SetSessionKeysiddharth ravikumar2022-05-301-0/+4
|
* Makefile: update fmtsiddharth ravikumar2022-05-301-1/+2
|
* update name in copyrightsiddharth ravikumar2022-05-2365-65/+67
| | | | Use full name.
* challenge: finish challenge 36v0.36.0siddharth2022-05-142-20/+29
|
* challeng: c36: implement logoutsiddharth2022-05-142-3/+67
|
* update LICENSEsiddharth2022-05-141-9/+9
|
* challeng: c36: implement loginsiddharth2022-05-141-2/+184
|
* lib: SRPClient: add news functionssiddharth2022-05-141-0/+29
| | | | To set and get unexoposed fields.
* lib: SRPUser: add news functionssiddharth2022-05-141-0/+16
| | | | To set and get unexoposed fields.
* lib: SRPServer: add GetUsersiddharth2022-05-141-0/+9
|
* lib: srp: update SRPClientSessionsiddharth2022-05-141-0/+2
| | | | Add `loggedIn` field.
* lib: srp: update SRPUsersiddharth2022-05-141-0/+2
| | | | Add `loggedIn` field.
* challenge: c36: implement srp registrationsiddharth2022-04-302-0/+204
|
* lib: update SRPClientsiddharth2022-04-301-1/+1
| | | | Change session -> Session and make it pointer type.
* lib: add SRPServer.RegisterUsersiddharth2022-04-302-1/+60
|
* lib: add srp mac verification functionssiddharth2022-04-162-0/+27
|
* lib: add srp session key functionssiddharth2022-04-112-0/+164
|
* lib: add srp scrambling parameter functionssiddharth2022-04-102-0/+124
|
* lib: add srp ephemeral functionssiddharth2022-04-102-0/+117
|
* lib: add NewSRPClientSessionsiddharth2022-04-092-0/+79
|
* lib: flesh out SRPUsersiddharth2022-04-062-0/+202
|
* lib: add HmacSha256siddharth2022-03-292-0/+70
|
* lib: add sha256 implementationsiddharth2022-03-052-0/+223
|
* Makefile: update testsiddharth2022-03-051-1/+1
|
* lib: sha1MessageBlocks -> shaMessageBlockssiddharth2022-03-051-2/+2
|
* lib: add shaStrsiddharth2022-03-052-0/+21
|
* challenge: do challenge 35 - part iisiddharth2022-02-201-1/+339
|
* challenge: do challenge 35 part isiddharth2022-01-292-0/+360
| | | | Mostly adapted from challenge 34
* challenge: update challenge 34v0.34.0siddharth2022-01-211-2/+8
| | | | | Use sha1 of the session key as the key for encryption/decryption instead of the session key itself.
* lib: add test for `sha1('')`siddharth2022-01-211-0/+9
|
* challenge: do challenge 34 part iisiddharth2022-01-201-17/+252
|
* challenge: do challenge 34 - part isiddharth2022-01-172-0/+317
|
* lib: add StrToNumsiddharth2022-01-172-0/+70
|
* README.md: update installation instructionssiddharth2021-11-271-0/+8
| | | | With go >= 1.17, `go get` way of installing is deprecated.
* challenge: do challenge 33siddharth2021-11-212-0/+54
|
* lib: implement diffie-hellmansiddharth2021-11-212-0/+77
|
* copyright: rsiddharth -> siddharthsiddharth2021-11-2053-53/+53
|
* README.md: update statussiddharth2021-10-171-1/+1
|
* challenge: do challenge 32siddharth2021-10-172-0/+175
|
* challenge: do challenge 31siddharth2021-10-162-0/+175
|
* lib: add Sleepsiddharth2021-10-161-0/+5
|