python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use Python to save nacl SigningKey public and private keys as plain text?
I must be missing something in the nacl docs. How do I save both the private and public keys in plain text? The available encoders are Raw (binary?), Hex, Base16/32/64 and URLSafeBase64Encoder.
I thou...
SeaDude
Votes: 0
Answers: 1
PyNaCl library needed, imported, but still needed
I recently started making a Discord bot on Python, and I would like to create a music playing option, so I used the function "connect()" which require the library "PyNaCl", so I in...
Triplaqs
Votes: 0
Answers: 1
How to verify with Python (PyNaCl) a message signed by Solana wallet adapter (javascript)
I have signed a message using Solana's wallet adapter example:
import { useWallet } from '@solana/wallet-adapter-react';
import bs58 from 'bs58';
import React, { FC, useCallback } from 'react';
import...
Ander
Votes: 0
Answers: 1