Secure Facebook is an minimal implementation of the social network website Facebook, only more secure!!
RSA public private scheme is used to authenticate the user and AES encryption is used to encrypt the user content (profile, posts, albums, photos and other such meta data) on the server. The robust akka actor model message passing powers the core of the simulator and the incredibly smart Spray Can provides the restful APIs.
- Home Page
- Wall Post
- Friend API
- Profile API
- Picture and Albums.
All the above mentioned API's are working.
Created 10,000 users and performed varies API operations. Simulator is based on statistics provided here