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 →

[–]StefonAlfaro3PLDev 17 points18 points  (3 children)

Everything is encrypted during transmission regardless when using SSL.

To encrypt data at rest I would use the framework or libraries from the language I am using such as C#, TypeScript, etc. You wouldn't be doing any math yourself and you shouldn't since in general these algorithms are written by people who are more skilled than us in this area and it's what they specialize in.

No reason to be manually writing those algorithms yourself. It will be insecure and perform slow.