Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Valid C++

Name: Anonymous 2018-09-21 10:50

auto my_coroutine = [] do -> std::future<int> {
int i = ([<-]std::foo()).size();
return i [<-]std::bar();
}

Name: Anonymous 2018-09-22 4:10

>>11,12
Not really. Its more like random salt used to add entropy for algorithms.
the char*pass is compile-script generated to make the binary have a unique pass(salt) that makes decrypting the user-facing data impossible without bruteforcing. Each binary has a different "*pass" so each client has different encrypted data (even if they use the same password).
Its essentially adding a one-time pad at compile time. The binary is not exposed, so its not "security by obscurity".

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List