Download raw body.
Hello new port request
Hello, On 2024/01/08 14:56:37 +0100, Stefan <stefanpassias@gmail.com> wrote: > Hey there, > > just curious if someone maybe please could port this great tool to openbsd > > https://github.com/HACKERALERT/Picocrypt Gave it a try for fun. It's not straightforward since it's not the 'usual' go port; it cannot be fetched using `go get' as far as i can see. I've ran `go mod vendor' in the src directory, tar'ed up the contents and used that to make the attached port. Somehow it needed some patching to compile. The tool seems to work upon some quick testing, except for the file picker button that crashes the program if pressed. It'll need more investigation. Cheers, Omar Polo
Hello new port request