+ 3
Is there ways to make your back-end code private, or non readable to public?
I would like to make my website more secure
5 Respuestas
+ 4
You can't generally see the back end code on the browser.
+ 3
yes, when the code is compiled and turned into machine language it is almost impossible to read. also, for extra security you can scramble your code i believe. for source code on webpages however, im not sure. maybe you could save the good stuff as a file and link it? while not allowing users access to the file?
+ 1
Md. Nasif-ur-Rahman Rimon well first off, thanks for the reply, i do appreciate it. but i see you have even completed the most complicated langauges. that makes me think that this is a complicated or maybe a difficult task?
+ 1
madeline thank you. i think linking pages is a great idea there! im just gonna have to learn a lil bit more about back end & data to do this i guess
0
you can also disable the right click it looks like. there are some ideas on the web