Tagged Questions
2
votes
1answer
352 views
privacy leak when implementing java arrays [closed]
Question: Explain how a privacy leak could occur when a Java programmer defines methods for the implementation of an array.
My class and I brain stormed this idea, and came up with the following ...
2
votes
1answer
174 views
Backspacing in Java Console?
Is there a way you can backspace and delete some letters / words a user has typed in?
I am creating a word scrambler game and before I make it GUI I am doing some console stuff.
Since I am using a ...
2
votes
2answers
164 views
Implement piracy prevention system for a Java desktop application
I am trying to create a desktop application in Java,
It should not run in another machine than which I prefer.
It should not run after a particular expiry data.
Is there any good idea to do so. ...
0
votes
0answers
413 views
Verify signature hash in Java
I'm able to verify the signature of a file.
How can I get the hash code from the signature to verify that it matches with the hash of the file?
0
votes
1answer
84 views
How to add a secret function for application's privacy
I've created a SMS application. However, anyone can open my application. What I want to do is to prevent unauthorized access to my application. How could I add a secret function for the privacy of my ...
0
votes
1answer
91 views
How can I set lower level of privacy in HtmlUnit
I used HtmlUnit library (version 2.8) for scrapping but the response page let me set lower level of privacy.
How can I set lower level of privacy in HtmlUnit?
Thanks,
Scott
1
vote
4answers
400 views
How would you sanitize the street number out of a postal address using Java?
To ensure data privacy, I have to publish a list of addresses after removing the street numbers.
So, for example:
1600 Amphitheatre Parkway, Mountain View, CA
needs to be published as
...