• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling RSA key idk how to put it ?

Fresh

Quack!
Joined
Oct 21, 2009
Messages
1,855
Solutions
18
Reaction score
665
Hello

Here is my RSA key generated by Vapus :
rsaPrime1 = "10318220704605278241869597303546961858713268789001387128183619890531198557748991935116498642292043730320404497417396408732656771304954150076579478452121937"
rsaPrime2 = "9230895887455903422438286813175559639397654534820589557657978853197372952013168347890039778245008190003138671333535649709746181324966534242215836851730139"
rsaPrivate = "93798911487403995137173650397376399129595804377290824740818361892608158404593216644686716749788941583690800341874007782127777863670033553870810399405230497688134161243504523920526296079120540804376837189380523829390348369650556929313112030131073332470560856330128049816829041043238949947016271993758146734497"
rsaPublic = "65537"
rsaModulus = "95246421068003217014067794519651958751124405129677395470150958047688459697894758978677636783299265034169659317416786972890227573966052416603884370335454864174815737184677674350795318379411271784966874105988885686763139401117465812986787447416314480283713243412826828756162885514319839332958770967654245959243"

and I put the rsaModulus to my custom client -> It`s OK !

But i don't have idea - how I can put others RSA key in sources here:
const char* p("---");
const char* q("---");
const char* d("---");
g_RSA.setKey(p, q, d);

Anyone can help me and tell to me how I can put the RSA to the const char strings ?
 
I think that you do not need to change anything in source to have own client

Edit: I mean change client version to ~ 1.1 for example so when someone want's to log in he must use my client since i got my own client
 
Last edited:
Back
Top