Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on What makes a software module an "authentication" module?
Post
What makes a software module an "authentication" module?
As I don't have any significant experience with internationally-standard information security literature, I would like to ask here if some international information security organization took the initiative to standardize the terms "authentication" in general and authentication modules in particular as to well define what elements should such a module include in minimum.
What makes a software module an "authentication" module?
I'd guess:
- Receive a password as input
- Possibly; receive an email as input
- Possibly; receive a username as input
- Possibly; receive an encryption private key as input
- Possibly; receive a "two factor authentication data"
- Possibly; receive a Captcha input
1 comment thread