TTR

Results 9 comments of TTR

> I got the same issue way back version 2.1.0. I found solution and add another security on top of it with the folowing. > > P.S: without any loss...

Here's what I am doing: The message in this context is always `Ping` If I try to encrypt from Flutter and decrypt from PHP: (Flutter) ``` Key _secret = Key.fromUtf8("sQ&947h26s%NbK+Y");...

Thanks a lot Leo. https://github.com/leocavalcante/encrypt/issues/87#issuecomment-549619391 seems to work in my environment. I'm going to use what you sent me and make it work. Thanks again.

Phew, I finally figured it out by breaking your code. I put in my private key and my IV and then it stopped working. So it got me thinking... and...

> > @TaiTair "Does the Encrypt module use AES-128 or AES-256?" > > Did you get an answer for this? > > Also, what is the default iteration count? >...

Well I guess since Google doesn't care about its customers we will be migrating away from reCaptcha. Thanks for nothing!

I did a bit of digging into the repo and managed to find where the appropriate model is declared and etc by looking at train.py. The model needs a whole...

> Who ever landed here, thank me later: https://huggingface.co/netrunner-exe/Insight-Swap-models-onnx/tree/main Thanks man I used this to make a quick & dirty implementation of simswap for comfyui: https://github.com/TaiTair/comfyui-simswap

Anything I can help with to get this merged?