Pedro F. Albanese
Pedro F. Albanese
Hi, How do I copy without CRLF to clipboard? What should I change in the code? Thanks in advance.
How to compile the cmd on Windows?? There's a way? syscall.sigusr1 is not compatible.. Thanks in advance.
Add this command please: ```go package main import ( "crypto/rand" "crypto/rsa" "crypto/x509" "encoding/pem" "flag" "os" ) var bit = flag.Int("bits", 2048, "Generate RSA keypair with given bit length.") var priv...
Greetings! Would it be possible to implement a CLI version? Thanks in advance.
Hi; I'm trying to run gnucash2ledger.py in Python3, already typed import gnucash, I'm getting this error: Traceback (most recent call last): File "gnucash2ledger.py", line 34, in data = gnucash.read_file(sys.argv[1]) AttributeError:...
Hello, I'm trying to compile with MinGW getting this error: randnum.c: In function ‘get_random_fd’: randnum.c:37:40: error: ‘O_NONBLOCK’ undeclared (first use in this function) 37 | fd = open("/dev/random", O_RDONLY |...
Hello, I'm making personal use of unipdf, how to remove the watermark that appears in the files after encryption? Thanks in advance.
Greetings! Firstly I would like to say that the eckcdsa library does not work on my PC, just making these changes in the util.go file, perhaps because my PC is...
Hi, I read that LibreSSL supports SM2/SM3/SM4, but SM2 is not on the ecparam -list_curves. How to create a SM2 private key? Thanks in advance.