Ephenodrom

Results 38 comments of Ephenodrom

@Cobinja Check out my package "basic utils" it contains a X509Utils class which can generate self signed certificates. https://github.com/Ephenodrom/Dart-Basic-Utils#x509utils

I am also interested in this! *Bump*

Some other ideas : - Create a documentation page and host it via github pages. - write some articles at medium.com

@KODA-Christian @tallinn1960 Converting a EC Signature to base64 and verifying a base64 EC signature is now available with the package basic_utils 4.3.0. Take a look at the implementation : ```dart...

Windows support would be nice!

@wilsondy Thanks for the issue, currently only the SAN extension is supported, but adding other extensions to the code should not be a big deal. Please provide : - Which...

@Gustl22 Will give it a try tomorrow and give some feedback.

I can not reproduce the error with my Pixel 6a and the latest release, but now i face a new error, I can only place a sound once with low...

@cyberneid As the CryptoUtils class is basically a wrapper around pointycastle, can you check out the repository and try it directly with that package ? I think this is more...

Did you find a solution yet ? The method should handle rsa private keys and it is testet with real life examples from openssl. Therefore some questions : * Are...