savs90

Results 12 comments of savs90
trafficstars

Same issue here on Galaxy A52 5G with android 12 and flutter 3.0.0

Is it possible to create a stream to which to subscribe that returns the pdf data the moment you manipulate the pdf (add page, text images, etc...) ?

Does anyone know if there is any ticket that we can track regarding this Android system webview bug? I tried with Android system webview beta and dev and they are...

Hey guys, I made some tweaks and it works for me now. Maybe you can also try to give some feedback if it works for you too: ``` puts("Attempting to...

Public key is used only for encryption. Private key can decrypt and encrypt both. The idea of RSA is not to be able to decrypt with the public key. The...

It is not very good idea to use the private key in the browser. From the private key it is very easy to generate the public key and therefore there...

> > > > It is not very good idea to use the private key in the browser. From the private key it is very easy to generate the public...

> > > > > > It is not very good idea to use the private key in the browser. From the private key it is very easy to generate...

If you don`t want to sign and verify who the client is, you can just generate a different key pair for every session. Also if the client is password protected...