Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] Does it fill DosChallenge[0] to DosChallenge[3] with _encryptSeed and fill DosChallenge[4] to DosCha

[DiscordArchive] Does it fill DosChallenge[0] to DosChallenge[3] with _encryptSeed and fill DosChallenge[4] to DosCha

[DiscordArchive] Does it fill DosChallenge[0] to DosChallenge[3] with _encryptSeed and fill DosChallenge[4] to DosCha

Pages (3): Previous 1 2 3
rektbyfaith
Administrator
0
12-24-2021, 06:55 PM
#21
Archived author: Peacy • Posted: 2021-12-24T18:55:55.530000+00:00
Original source

So if it puts all of _encryptSeed into first 4 and all of _decryptSeed into last 4, what is the point of AsByteArray(16).get()?
rektbyfaith
12-24-2021, 06:55 PM #21

Archived author: Peacy • Posted: 2021-12-24T18:55:55.530000+00:00
Original source

So if it puts all of _encryptSeed into first 4 and all of _decryptSeed into last 4, what is the point of AsByteArray(16).get()?

rektbyfaith
Administrator
0
12-24-2021, 06:56 PM
#22
Archived author: Nix • Posted: 2021-12-24T18:56:26.187000+00:00
Original source

Because encrypt and decrypt seed probably isn't in a format that can just be copied without converting it first
rektbyfaith
12-24-2021, 06:56 PM #22

Archived author: Nix • Posted: 2021-12-24T18:56:26.187000+00:00
Original source

Because encrypt and decrypt seed probably isn't in a format that can just be copied without converting it first

rektbyfaith
Administrator
0
12-24-2021, 06:56 PM
#23
Archived author: tester • Posted: 2021-12-24T18:56:31.734000+00:00
Original source

_encrypt is a single number, it gets broken into bytes to be placed in the array
rektbyfaith
12-24-2021, 06:56 PM #23

Archived author: tester • Posted: 2021-12-24T18:56:31.734000+00:00
Original source

_encrypt is a single number, it gets broken into bytes to be placed in the array

rektbyfaith
Administrator
0
12-24-2021, 06:56 PM
#24
Archived author: tester • Posted: 2021-12-24T18:56:58.248000+00:00
Original source

atleast i assume it is supposed to be similar to .rand(max)
rektbyfaith
12-24-2021, 06:56 PM #24

Archived author: tester • Posted: 2021-12-24T18:56:58.248000+00:00
Original source

atleast i assume it is supposed to be similar to .rand(max)

rektbyfaith
Administrator
0
12-24-2021, 06:57 PM
#25
Archived author: Nix • Posted: 2021-12-24T18:57:10.422000+00:00
Original source

Don't think so
rektbyfaith
12-24-2021, 06:57 PM #25

Archived author: Nix • Posted: 2021-12-24T18:57:10.422000+00:00
Original source

Don't think so

rektbyfaith
Administrator
0
12-24-2021, 06:57 PM
#26
Archived author: Nix • Posted: 2021-12-24T18:57:21.111000+00:00
Original source

Pretty sure it's something along the lines of a bigNum
rektbyfaith
12-24-2021, 06:57 PM #26

Archived author: Nix • Posted: 2021-12-24T18:57:21.111000+00:00
Original source

Pretty sure it's something along the lines of a bigNum

rektbyfaith
Administrator
0
12-24-2021, 06:57 PM
#27
Archived author: Peacy • Posted: 2021-12-24T18:57:37.074000+00:00
Original source

Why I ask is because previously _encryptSeed and _decryptSeed were considered BigNumbers but now they are considered:
```
std::array<uint8, 16> _encryptSeed;
std::array<uint8, 16> _decryptSeed;
```
rektbyfaith
12-24-2021, 06:57 PM #27

Archived author: Peacy • Posted: 2021-12-24T18:57:37.074000+00:00
Original source

Why I ask is because previously _encryptSeed and _decryptSeed were considered BigNumbers but now they are considered:
```
std::array<uint8, 16> _encryptSeed;
std::array<uint8, 16> _decryptSeed;
```

rektbyfaith
Administrator
0
12-24-2021, 06:57 PM
#28
Archived author: Peacy • Posted: 2021-12-24T18:57:56.158000+00:00
Original source

So i'm trying to figure out how I can change the code to make it have the same functionality as before.
rektbyfaith
12-24-2021, 06:57 PM #28

Archived author: Peacy • Posted: 2021-12-24T18:57:56.158000+00:00
Original source

So i'm trying to figure out how I can change the code to make it have the same functionality as before.

Pages (3): Previous 1 2 3
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)