[DiscordArchive] what this code do?
[DiscordArchive] what this code do?
Archived author: JORGIE • Posted: 2021-03-21T08:17:28.214000+00:00
Original source
what this code do?
Archived author: MaxtorCoder • Posted: 2021-03-21T08:17:44.862000+00:00
Original source
...
Archived author: MaxtorCoder • Posted: 2021-03-21T08:18:44.864000+00:00
Original source
It uses SHA256 to generate a session key, it uses 3 blocks as you can see at the bottom
Archived author: MaxtorCoder • Posted: 2021-03-21T08:20:13.899000+00:00
Original source
Also, C# is similar to Java, you should be able to read it <:peeposhrug:581918526135074818>
Archived author: JORGIE • Posted: 2021-03-21T08:36:08.823000+00:00
Original source
Can not understand. can you explain the algorithm?
Archived author: MaxtorCoder • Posted: 2021-03-21T08:39:13.538000+00:00
Original source
I'm no crypt god, so sadly no.
Archived author: MaxtorCoder • Posted: 2021-03-21T08:39:26.706000+00:00
Original source
SHA256 is easy tho, google it.
Archived author: JORGIE • Posted: 2021-03-21T08:49:16.965000+00:00
Original source
this is not about the sha256. my question is what the SessionKeyGenerator do?