Subversion Repositories SmartDukaan

Rev

Rev 5510 | Rev 7007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5510 Rev 6903
Line 166... Line 166...
166
	}
166
	}
167
 
167
 
168
	public void setRedirectUrl(String redirectUrl) {
168
	public void setRedirectUrl(String redirectUrl) {
169
		this.redirectUrl = redirectUrl;
169
		this.redirectUrl = redirectUrl;
170
	}
170
	}
-
 
171
	
-
 
172
	public static void main(String[] args) {
-
 
173
        DesEncrypter des = new DesEncrypter("saholic");
-
 
174
        System.out.println(des.decrypt("XvrWIvmYrUAdXqxhovZMSw"));
-
 
175
    }
171
}
176
}