-
-
my Internet/Network Security FYP is about creating "a login website"(hotmail) of which if a hacker manage to sniff the password..it would be jumbled up
now the thing is i am given a range of programming platform to learn/use as my teacher allow us to use anything we want
(e.g: VB, ASP, Java, C++)
so what would be easy to understand for the programming noob like me?
-
-
-
There are various layers of encryption u could apply.
At network layer - IP Security
At transport layer - SSL
At application layer - S/MIME
Since ur main concern is confidentiality, all of the protocols above provides a form of encryption. U could also add authentication as an additional form of security.
As for the platform used, I would say to use what u are most comfortable with.
-
