Subversion Repositories SmartDukaan

Rev

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

Rev 1034 Rev 2047
Line 92... Line 92...
92
		} catch (java.io.IOException e) {
92
		} catch (java.io.IOException e) {
93
			e.printStackTrace();
93
			e.printStackTrace();
94
		}
94
		}
95
		return null;
95
		return null;
96
	}
96
	}
-
 
97
	
-
 
98
	public static void main(String[] args){
-
 
99
		DesEncrypter desEncrypter = new DesEncrypter("shop2020");
-
 
100
		System.out.println(desEncrypter.decrypt("BVl-z9SkaLo"));
-
 
101
	}
97
}
102
}