Samuel Lucas
Samuel Lucas
Thanks for reporting this. Unfortunately, I know nothing about NixOS. I wonder if this is a .NET problem on NixOS as there was an issue before about that (#59). >...
> Basically, running any command that doesn't require any cryptography works such as kryptor -h or kryptor --version will work fine, but commands such as kryptor -g will work fine...
> don't know about Cahir as it has no pre-built binary Sorry, it's still in development and haven't written up build instructions yet. > Milva's binary seems to work out...
I should've said actually that only BLAKE2b uses Monocypher on Milva (e.g., `--blake2b-256`). It's less surprising if the other options work because they're either .NET or Bouncy Castle, which means...
Thanks @arthsmn! What link should I use? Searching [here](https://search.nixos.org/packages?channel=24.05&from=0&size=50&sort=relevance&type=packages&query=kryptor) doesn't find anything at the moment.
@arthsmn Thanks for letting me know. I've updated the website and credited you in the Acknowledgements.
Thanks for discussing it. I agree, but it's considered good practice and better than doing nothing. It's probably more about preventing secrets getting stored on disk than an attacker performing...
Hey @DennisDyallo, thanks for updating the documentation and letting me know. I have four pieces of feedback: 1. I think slicing spans should be mentioned to avoid copies. I believe...
Glad you like the library. Support for Android/iOS would be very nice, but I unfortunately don't have any experience with either, and the libsodium NuGet [doesn't](https://github.com/jedisct1/libsodium/issues/1122#issuecomment-1021428452) provide pre-compiled binaries for...
@stevehansen Have you had any luck?