| bio | website | linkedin.com/in/jfritcher |
|---|---|---|
| location | San Jose, CA | |
| age | 37 | |
| visits | member for | 4 years, 4 months |
| seen | 21 hours ago | |
| stats | profile views | 91 |
I am a software engineer looking to help the software community improve.
|
Jan 18 |
awarded | Nice Answer |
|
Jan 16 |
awarded | Yearling |
|
Oct 3 |
awarded | Nice Answer |
|
Jun 19 |
awarded | Caucus |
|
Jun 8 |
awarded | Caucus |
|
Jan 16 |
awarded | Yearling |
|
Sep 10 |
revised |
Stripping HTML tags in Java Added link to filter evasion presentation |
|
Jan 17 |
awarded | Yearling |
|
Nov 26 |
comment |
Object release behavior in iPhone The second string is statically allocated as part of the program binary, therefore reference counting does not apply to it and retain/release operations will be no-ops. |
|
Jan 17 |
awarded | Yearling |
|
Sep 2 |
awarded | Commentator |
|
Sep 2 |
comment |
Problem with moving JSPs under WEB-INF directory I'm not sure about struts, but with Spring, it is accepted practice to put JSPs in WEB-INF and then your view code accesses the protected JSP. This also prevents direct HTTP access to your JSPs so you get better access controls. |
|
Sep 2 |
answered | Problem with moving JSPs under WEB-INF directory |
|
Aug 18 |
answered | Java PBEWithMD5AndDES |
|
Aug 15 |
comment |
Encrypted data in URL and salt I've always read and been told it is better to do integrity checking on the ciphertext before even decrypting it. Also, to keep someone from generating their own hashes, a HMAC should be used to generate the hash. So you end up with, IV, Ciphertext, and Hash to send to the other side. Hash = HMAC( IV + Ciphertext ). |
|
Aug 3 |
answered | What should every web developer know about encryption? |
|
Aug 3 |
comment |
Password Salt: Additional Best Practices Large enough salts make rainbow tables completely irrelevant, forcing a brute force search for each password. Also, if a hacker gets direct access to your DB, you've got bigger problems, IMO. |
|
Aug 2 |
answered | few characters missing after decryption |
|
Jun 19 |
comment |
What's your favorite “programmer” cartoon? Was happy to see this one on the cover of Stevens' Unix Network Programming book. |
|
Jun 19 |
answered | How do I encrypt a string and get a equal length encrypted string? |