According to the Oxford English Dictionary:
>**ver·i·fy**
*verb*
make sure or demonstrate that (something) is true, accurate, or justified.
[LAW] swear to or support (a statement) by affidavit.
>**au·then·ti·cate**
*verb*
prove or show (something) to be true, genuine, or valid.
[COMPUTING] (of a user or process) have one’s identity verified.
Using IF statements:
Verify – IF (X = TRUE)
Authenticate – IF (X = Y)
Authentication is just an extended form of verification.
Latest Answers