exec disp
This commit is contained in:
@@ -177,7 +177,7 @@ def generate_password_page(path, password_file, password):
|
||||
|
||||
def get_target(filename):
|
||||
splitted = os.path.splitext(filename)
|
||||
return (
|
||||
return (
|
||||
splitted[0],
|
||||
random_string(),
|
||||
splitted[1]
|
||||
@@ -265,7 +265,7 @@ Object.defineProperty(String.prototype, 'hashCode', {
|
||||
}
|
||||
});
|
||||
function scramble(p,t) {
|
||||
p += t;
|
||||
p += t;
|
||||
var sstr = '';
|
||||
for (var i=0; i < t.length; i++) {
|
||||
sstr += String.fromCharCode(p.charCodeAt(i) + t.charCodeAt(i));
|
||||
@@ -334,11 +334,11 @@ function newPass(password, target) {
|
||||
</div>
|
||||
</body>
|
||||
</html>""".replace(
|
||||
"TARGET_EXT",
|
||||
"TARGET_EXT",
|
||||
target_ext,
|
||||
1
|
||||
).replace(
|
||||
"TARGET_BASE",
|
||||
"TARGET_BASE",
|
||||
target_base,
|
||||
1
|
||||
).replace(
|
||||
|
||||
Reference in New Issue
Block a user