if(!numFound)
throw new PasswordInvalidFormatException(“Password is invalid – must
have at least one numeric digit”);
}
// Encrypts original password returning new encrypted String
private String encrypt(String pswd)
{
StringBuffer encryptPswd;
int pswdSize = 0;
int midpoint = 0;
int hashCode = 0;
// swap first and last half of password
pswdSize = pswd.length();
midpoint = pswdSize/2;
encryptPswd = new StringBuffer(pswd.substring(midpoint)
+ pswd.substring(0,midpoint)); // get last half of pswd and
concatenate first half
encryptPswd.reverse(); // reverses order of characters in
Sign ‘o the times . . . well, that explains Prince . . . .
Yep, who is playing at the Roosevelt in LA now. I always knew that the end of the world would start in LA.
Why are we on the same psychotic wavelength lately? You should be scared . . . .
*I* should be scared? Dude, I’ve been sacrificing plumbers to Cthulhu for the last three weeks. He wuvs me. What have YOU been doing?
Java. Lots and lots of Java.
I’m almost out again, so save me some.
Two cups:
if(!numFound)
throw new PasswordInvalidFormatException(“Password is invalid – must
have at least one numeric digit”);
}
// Encrypts original password returning new encrypted String
private String encrypt(String pswd)
{
StringBuffer encryptPswd;
int pswdSize = 0;
int midpoint = 0;
int hashCode = 0;
// swap first and last half of password
pswdSize = pswd.length();
midpoint = pswdSize/2;
encryptPswd = new StringBuffer(pswd.substring(midpoint)
+ pswd.substring(0,midpoint)); // get last half of pswd and
concatenate first half
encryptPswd.reverse(); // reverses order of characters in
password
for(int i=0; i
See, I TOLD you java doesn’t work in WordPress.
[...] I shall attempt to avoid the terrible tenfold tentacles of fate. [...]
[...] Squid signs. So hot right now. [...]