Why does the NodeJS Crypto docs use CBC instead of GCM for RSA key-pair?
I have read that GCM is almost always more secure than CBC when implemented correctly.
However, in the documentation of NodeJS, CBC is being used as an example instead. The key-pair will be stored in the node environment.
… Continue reading Why does the NodeJS Crypto docs use CBC instead of GCM for RSA key-pair?