-
I have a problem on some forums (I haven't paid attention to all of the sites but I know at least two of them are vbulletin boards and suspect the others are as well) where If I choose fill username a…
-
Is it possible to inject a password into the build via the force scheduler so that it is **not** visible in the logs or the build properties. (Optional also obfuscated when typed in)
I have read abou…
-
Trying to build from source on Linux and I get the following error:
```
Compiling application: -seed chosen at random: Igy64+hsVCpDrQOlezgi7g
# github.com/remyoudompheng/bigfft
/tmp/garble-share…
-
Hi !
This is a question on implementing encryption / obfuscation of plain text password pushed into the clixon backend.
Consider a configuration that accepts a password.
Sample pseudo yang.
…
-
As far as I can understand the code, the supplied password is used as it is encoding/decoding. So it is extremely weak with a short passwords. I suggest to use some hashing function to generate a long…
-
### Terraform CLI and Provider Versions
Terraform v1.7.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/random v3.6.1
### Terraform Configuration
```terraform
import {
to = r…
-
Came across some interesting information courtesy of Yegor Ievlev:
> Recently there was discussion about obfuscation to avoid restrictive firewalls. The conclusion apparently was that WG devs shoul…
-
Currently the Android keystore implementation is essentially not secure as there is no secure way to manage keys inside the app. Using the hardware serial number as the key provides no protection agai…
-
'Bout time I get around to this one! Before I make any other significant changes a lot of these need to be focused on.
* [X] Movement handlers shifted to server-side.
* [ ] Keyboard input transmit…
-
The Windows platforms do not natively support a text entry control with an "IsPassword" mode; rather, they use a separate PasswordBox. Long ago, in the days prior to Forms 2.0, the Windows implementat…