Skip to content

Commit b0f8805

Browse files
authored
Add files via upload
1 parent 2020600 commit b0f8805

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

index.htm

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6034,18 +6034,7 @@
60346034
abbr,acronym { border:0;}
60356035

60366036
</style>
6037-
6038-
6039-
6040-
6041-
60426037
<!--<link rel="stylesheet" type="text/css" href="Base64%20encode%20a%20file_files/result-light.css">-->
6043-
6044-
6045-
6046-
6047-
6048-
60496038
<title>BWTC32Key encode/decode a file</title>
60506039
<!--
60516040
NOTE:CRED: This app uses a LOT of code out on the Web but after checking the details, including code that is now lost media, the whole project is GPL2.
@@ -6079,7 +6068,8 @@
60796068
XXX:SMELL:WKRD: The Compression Level box is a <number> since the only way to get what JavaScript sees to reflect what is in the box is to use a document.getElementById(), needing using a <number> element for type reasons. The "not updating" bug also affected the password box but this was fixed with the same document.getElementById() trick.
60806069
60816070
XXX:SMELL:CAV: The implementation of AES256-CTR is quirky, & the use of SHA256 to generate its keys is also what you would expect for teenage code.
6082-
STAT: M
6071+
STAT: M
6072+
NOTE: Decrypt needs a valid key
60836073
INSPECT:XXX:QSTN:SMELL: Some of the code in this file potentially may not be needed, but it very well could be. Porting MooTools to C could get spicy-->
60846074
<input id="filePicker" type="file"><textarea id="ascii85password" name="ascii85password" oninput="">Enter a password here before uploading.</textarea>
60856075
<br>

0 commit comments

Comments
 (0)