What are the safety issues of using the google inspect console? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the safety issues of using the google inspect console?

7th Nov 2017, 3:05 AM
privrax.
privrax. - avatar
4 Answers
0
I don't think there should be any since the browsers' console can execute and/or modify only the client-sided scripts like JavaScript which has no effect to the server at all, unlike the server-sided scripts like PHP.
11th Nov 2017, 2:20 AM
dunfc
dunfc - avatar
0
Okay. I was told that on some sites it could be possible for someone to receive my session ID, and i know a lot of sites that warn against it. Is this true?
11th Nov 2017, 2:24 AM
privrax.
privrax. - avatar
0
hashed and salted key?
11th Nov 2017, 2:47 AM
privrax.
privrax. - avatar
0
Yeah, take a look at these: https://en.m.wikipedia.org/wiki/Cryptographic_hash_function https://en.m.wikipedia.org/wiki/Salt_(cryptography) It's better than simply encrypting with static key since there is, very less usually, chance of someone getting the key.
11th Nov 2017, 2:52 AM
dunfc
dunfc - avatar