Ori
Ori
It'd be nice if I/we could use more than just 32 bytes for the creation of a random key. I'm not sure if it is possible but I'd like to...
I use linux and was wondering if there will be a version that works for linux gamers/users? I tried to use `wine` but that just breaks things and doesn't work...
AntiGuard doesn't work with my Galaxy S7. (That I use to test on). My terminal says: ``` Performing Streamed Install Success Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=io.kos.antiguard/.unlock } ``` But...
Added some spacing `` in the readme for better readability.
When using firefox and adjusting the certain settings below in the config. This entire thing just fails to function. # (1) In a new tab, type or paste `about:config` in...
I am unable to connect to the localhost php site. # This is the message I get no matter what I do. ``` Unable to connect. Firefox can’t establish a...
Changed: - Code used to clear the terminal/cmd window is now smaller and simpler. - Added a print statement with \n\n to make the doughnut not be all the way...
Changed utf-8 to unicode-escape in the bcrypt function and allowed "password" and "salt" in the PBKDF2 function to be compatible with unicode character encoding. I did this because the passwords/keys...
I have been having an issue with encrypting and decrypting my data with unicode characters lately. ```bash Traceback (most recent call last): File "/home/ori/Desktop/Projects/PassGen_dev/passgen.py", line 691, in change_creds() File "/home/ori/Desktop/Projects/PassGen_dev/passgen.py",...
Add support for python versions 3.9+ instead of JUST 3.9. Not everyone wants to downgrade their python version just to be able to run their code.