a while back i asked a question about cryptography using a user-set password : Proper data encryption with a user-set password in python3 and now i am working on something which requires async stuff so my question is that is there any alternative or anything to python cryptography that i could use that supports asynchronous stuff
currently im thinking of spawning another thread or process or something, im not sure yet, but im hoping theres something
cheers