Posts by Gladson Bruno • 97 points
5 posts
-
6
votes1
answer1756
viewsQ: Is it possible to create a certificate in PFX format and set an OID for some parameters?
I need to generate a certificate to simulate an e-CPF. I am creating an implementation to query and validate the digital certificate information e-CPF and e-CNPJ with my application. The extraction…
-
0
votes0
answers632
viewsQ: NPM Package Installation Problems
I was installing the dependency Electron-Builder, but I cannot complete the installation. Whenever I try to run the command to install this dependency, nodejs returns me this error: I am running the…
-
1
votes1
answer1948
viewsQ: Validate Forms in Materialize
How can I validate forms by Materialize? I’m trying to use the jquery-validate for this but does not work, I put the rules and even when a rule is invalid the field still turns green. How can I make…
-
1
votes1
answer566
viewsQ: Decrypt sha512
Is it possible to decrypt sha512? If you do have a website with the algorithm or a Node package that you can tell me about?
-
1
votes1
answer92
viewsQ: Use Resources Outside of main.js
My question is this: Is it possible to call a dialog.showOpenWindow out of the main.js file? I would like to perform a function that by clicking a specific button of my Browserwindow opens…