NXiss7
Which one would you prefer?
Anonymous
There is no way to protect a string in a program without depending on user input. Why do you want this?
my program when opened in hex editor Strings appear and are easy to change And I want encrypt
Asdew
Yes
Why?
Anonymous
Why?
There is no reason to ask me My program and I want to encrypt it
Asdew
You cannot do it.
Anonymous
Ok thanks
klimi
Asdew
+- you can
Only with a password.
klimi
nope
klimi
you can without password
Asdew
It can be reversed without running the program.
klimi
yes
klimi
but can take you from minutes to hours
klimi
but you wont see them in hex editor
Asdew
But you can decrypt the strings with a hex editor and a head.
klimi
not exactly
Anonymous
But you can decrypt the strings with a hex editor and a head.
May be used Numbers and symbols in string, It also confuses and scatter the codes It will become very difficult
Igor🇺🇦
But you can decrypt the strings with a hex editor and a head.
You can encrypt strings and user human readable content like functions and variables names with AES or some strong encryption It will be very hard to decrypt and understand.
klimi
just do dec shift and its no longer human readable
Anonymous
You can encrypt strings and user human readable content like functions and variables names with AES or some strong encryption It will be very hard to decrypt and understand.
I heard from the engineers that AES You need at least 30 years Until you completely decrypt it I don't know whether it was true or not
klimi
(you would have to store the password in the program too
Anonymous
hi
Igor🇺🇦
I heard from the engineers that AES You need at least 30 years Until you completely decrypt it I don't know whether it was true or not
If it's implemented properly with assumptions that secret key is really secret and you use 128 bit key it will take billions of years. But in this case you have to store private key on users machine. You just can to hide it very well. That's why it's not proper encryption
Igor🇺🇦
And in any case you need to be able to run your program so you cannot encrypt everything
Anonymous
You must have a method to check wether it is decrypted correctly or not
Calero,
Hi everyone. I am modifying a code, to be able to select several options with the combination of "shift or Crtl", I got this, but now when I want to delete it with the "delete" button, I get an error, with the message "Gtk-CRITICAL ** : 19: 12: 05.401: gtk_tree_selection_get_selected: assertion 'priv-> type! = GTK_SELECTION_MULTIPLE' failed ". The change I made, has been "GTK_SELECTION_SINGLE" to "GTK_SELECTION_MULTIPLE". My programming level is 0. Any help is appreciated.
Anonymous
Submit the full code Here with a .txt file, Until I look at it and fix a problem, No code, no help
Francisco
Submit the full code Here with a .txt file, Until I look at it and fix a problem, No code, no help
No, he should use pastebin, compiler explorer or any other online tool
Yakov
Hey guys. Are pointers important in modern C++ or all operations that require them has better analog without, like dynamic pointer arrays and vectors?
Anonymous
Can any one help me with this code https://www.google.com/amp/s/www.geeksforgeeks.org/n-queen-problem-backtracking-3/amp/ I am unable to understand what is going on in issafe() function
Anonymous
Can any one help me with this code https://www.google.com/amp/s/www.geeksforgeeks.org/n-queen-problem-backtracking-3/amp/ I am unable to understand what is going on in issafe() function
Francisco
that’s kinda hard for a newbie
Raw pointers are even harder, as they can lead to easier memory leaks
Dima
Raw pointers are even harder, as they can lead to easier memory leaks
well, imo they are easier after you learn the basics:)
Dima
some people can’t even find out how pointers work lol
Yakov
that’s kinda hard for a newbie
Yeah, cannot wrap my head around them completely
Anonymous
Can any one help me with this code https://www.google.com/amp/s/www.geeksforgeeks.org/n-queen-problem-backtracking-3/amp/ I am unable to understand what is going on in issafe() function
Francisco
well, imo they are easier after you learn the basics:)
The thing is that is easier to leak memory using raw pointers. Yes, the syntax of raw pointers is quite straightforward, but they hide a lot of evilness
Dima
well I can agree with that one
Francisco
well I can agree with that one
I'd only use them in very very specific situations, and even most of them can be achieved with references
Francisco
So raw pointers and smart pointers are like c-style cast and static_cast?
Kind of, except smart pointers are a library addition and static_cast is built in the language
Yakov
Ended my course of Procedural Programming, starting OOP course next semester, very excited
Yakov
Even vectors were banned lol
Igor🇺🇦
So raw pointers and smart pointers are like c-style cast and static_cast?
Smart pointer release memory when no other smart pointer uses it . They're wrappers for raw pointers.
Francisco
Smart pointer release memory when no other smart pointer uses it . They're wrappers for raw pointers.
They're more than just wrappers. They also define ownership, which is quite important
Anonymous
Even vectors were banned lol
Yeah, I had a class about Procedural Programming in "pure C" too
Anonymous
Hello everyone one
Anonymous
I need help
Anonymous
In c language
Tokin
I see, you do need help hmm
Anonymous
Tokin
Nope sorry
Anonymous
Read this content and write code plz
Tokin
It just doesn't work like this over here
Anonymous
Ok
Tokin
You might have to state what you need help specifically with!
Anonymous
Ok in my code a extra line print how to stop them
Anonymous
Tokin
What function do you use?
Anonymous
No any function brother I have to print only three line by taking input
Tokin
That is not the correct code
Anonymous
Anonymous
See this out put brother
Tokin
You gotta print the input
Anonymous
Can you see a extra line appears here in my output
Tokin
I'm telling ya... First you gotta print the input
Tokin
Then you'll face the problem.. And the solution is within the problem
Anonymous
Ok
Joesph
but these retards with theirs js and python servers… uhhh destroy 'em
Don't insult them. Their speed of execution of task is infinity++
Vignesh
Any parograming website is available for beginners ?
Anonymous
Read this content and write code plz
/warn read the rules and write question