0
votes
2answers
109 views
Spring Security Encypt MD5
Hi. I have a java web application using spring framework and spring security for its login. In my database I have my passwords encrypted to MD5 before being saved. I added in my application-config.xml …
1
vote
0answers
40 views
How should someone create an encrypted password for /etc/shadow? [closed]
I am setting up a new account on a Linux box for Subversion repository access, and can send the password to the new user. However, I think there was a command line utility for this new user to encrypt …
1
vote
5answers
94 views
Encrypted a project in ASP.NET
Are there any ways to encrypted a project in ASP.NET, so my customers can not change change the function where it checks the license code?
0
votes
1answer
72 views
How can I extract the title from an encrypted PDF in PHP?
How can I extract the title from an encrypted (write protected, not password protected) PDF file using PHP on Linux? Usage of external libraries or binaries are OK. Zen_PDF did not work (Exception: …
2
votes
9answers
397 views
Why opensource database like Postgresql and Mysql don’t have encrypted stored proc?
Why opensource database like Postgresql and Mysql don't have encrypted stored proc?
Is it because of their innate open source philosophy?
What are the compelling reasons to encrypt the stored procs?
…
0
votes
0answers
43 views
How secure are wireless networks? [closed]
If I'm on an open wireless network, can a 3rd party capture packets and see all the internet traffic to and from my computer? What if WPA encryption is used, but someone has the key already? If I use …
0
votes
0answers
74 views
safeboot and wubi [closed]
Hi, Having read various posts it seems clear that installing Wubi on a machine which already has safeboot installed with disk encryption is a non-starter at the moment - nor is repartitioning the disk …
3
votes
8answers
455 views
Creating an encrypted log file
I am creating a client side application which needs to create a log of the user activity but for various reasons this log must not be human readable.
Currently for my development I am creating a …
1
vote
2answers
386 views
Resize Encrypted Windows Partition
Recently my company forced a roll out of SafeBoot. The problem is that I was using Ubuntu under Wubi. Since the whole drive is encrypted now, I can't boot into Ubuntu. I was hoping to create a new …
0
votes
2answers
300 views
Encrypted web services connections and pk12 certificates
I need to make some code to talk to a SOAP web service. Unfortunately I'm unable to get a connection to the service as it requires a SSL connection encrypted with a special certificate. I've been …
1
vote
6answers
394 views
removing password for multiple PDF files
so I have a huge collection of PDF files that I need to extract text from.
The files are encrypted, but I know the password for them. I'm looking for a way to automate the process of extracting the …
