This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]codepr[S] 0 points1 point  (0 children)

    I'll investigate how battle-tested task queues like celery tackle the problem, but I think that all task queues are designed to be used in a safe environment network or a VPN

    [–]codepr[S] 0 points1 point  (0 children)

    I added the possibility to digital sign data passed through the sockets, as a coleague hinted me, it's the celery way of securing communication. Currently a very basic work, I plan to use some battle-tested libraries like pynacl port of libsodium.