pysodium icon indicating copy to clipboard operation
pysodium copied to clipboard

wrapper for libsodium providing high level crypto primitives

Results 5 pysodium issues
Sort by recently updated
recently updated
newest added

Hi I was having some trouble using your wrapper on windows. I installed the sodium dll in multiple places but ctypes.cdll.LoadLibrary would always return None. I saw a couple of...

i'd like to use crypto_box_curve25519xsalsa20poly1305 so i know what i get, but it isn't provided.

this is an alternative way to support both python 3 and python 2. this version doesn't do any string conversion, instead the programmer is required to pass strings of 8-bit...

Hello, I am developing using Mac and Debian.(macOS sonoma 14.5) I installed libsodium, but the search for the line below doesn't work well, and the error message on line 35...