You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 @@
6079
6068
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.
6080
6069
6081
6070
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
6083
6073
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-->
6084
6074
<inputid="filePicker" type="file"><textareaid="ascii85password" name="ascii85password" oninput="">Enter a password here before uploading.</textarea>
0 commit comments