@netpower8 -you come up with an improved pattern or other ideas we can put on it.
How is the encryption system?
I wouldn't say its hard coded but actually sequential steps(algorithm) for handling string arrays meaning that each step can be replaced with a completely different step as long the returned value is a string array.
I have seed key as a global variable, I used a default key for the demo.
Thanks for checking the code out ;)
function crypt_lib(){
this.hex = {};
//-------------//-------------
// cryptlib.hex //
//-------------//-------------
this.hex_init = function(){
alert("--cryptlib.hex_init");
var vhex = this.hex; // <---------- vhex
var hexinit = false;
//-------------
vhex.num2bit = function(x, n){
//...
}
//...
}
//...
}
var cl = new crypt_lib();
cl.hex.num2bit(x,y);
The interface, the functionality is exactly as the default android pattern locker bet you guys can't see the difference.
Will attach the SPK!