Posts by vianna77 • 263 points
3 posts
-
2
votes2
answers2435
viewsA: What is end-to-end encryption? How to apply it?
Regarding your question: As I will inform the user at the other end of my key to it decrypt my messages I’ll send? My suggestion number 1 would be that you have, at the time of the user’s creation,…
-
5
votes2
answers24752
viewsA: When executing "java" command in CMD it is not possible to locate or load the main class
In the directory where you compiled the file with javac javac CPrincipal.java the file will appear Cprincipal.class In that same directory, write java CPrincipal Jframe screen should appear…
-
1
votes2
answers1515
viewsA: Remember user and password of an Oracle ODBC connection
Here are two ways to solve this: When creating the Tables link, have a checkbox "Save Login ID And Password Locally". In the microsoft URL you have more information Another way to solve this: If you…