Soatok Dreamseeker
Soatok Dreamseeker
~~PointyCastle has also been archived by its developer. It's probably safe to say it's abandoned.~~ I was mistaken, see next comment.
Correction: Their code lives in a different repository than what was linked. I've submitted a security report to PointyCastle about a timing-leak in their AES-GCM implementation: https://github.com/bcgit/pc-dart/issues/140
Also, their AES leaks keys via cache-timing. https://github.com/bcgit/pc-dart/issues/141 Probably worth keeping in mind for https://github.com/rokwire/safer-illinois-app/issues/687
This was caused when trying to `Find All` on a decompiled Android app to search for strings of interest. Another file caused this: ``` java.lang.NullPointerException at com.strobel.decompiler.languages.java.ast.AstBuilder.convertType(AstBuilder.java:344) at com.strobel.decompiler.languages.java.ast.AstBuilder.convertType(AstBuilder.java:173) at...
Yes, this is something I want to do. We already have Blends e.g. https://github.com/soatok/cupcake/blob/master/src/Blends/MultiCheckbox.php Before I get to the higher-level presentation stuff, I wanted to make sure the low-level functionality...
Hmm... This will need a composer install to make it work in Travis CI.
> This relies on the constant "SECURE_AUTH_SALT" what if it ever changes? The decrypt will not work, especially if not backup of the old wp-config is found. Using a different...
> @soatok I'd abstracted out the encryption methods into the parent class to make them easier for other providers to adopt as well -- any concerns on that front from...
I wasn't confident in my ability to write to wp-config as I'm not a WordPress developer.
> It might not be possible to write to it on some hosts. That should not compromise the security of the majority. OK, well, if you or someone else wants...