Please enable JavaScript.
Coggle requires JavaScript to display documents.
Digital IA3 - Coggle Diagram
Digital IA3
Server
Auenthentication
Ensures security of data
API Authentication
API Keys
OAuth
Encryption
Methods
Asymmetrical
One key for each encryption and decryption
More secure than symmetrical
Hashing
extremely secure
Cannot be decrypted, only useful if original text is known
Symmetrical
One key for all users
Risks security having to transfer key
Simple and easy to use
Program
Structure
Time Sensitive Data Exchange
REST
HTML Verbs
Not Time Sensitive Data Exchange
Format
JSON
Highly Compatible
Simple
Efficient
Standard
XML
Data can be changed at any point
Similar to HTML
Client
Authentication
Passwords
Multifactor
Digital Tokens
Digital Signatures
Biometric
Encryption
API Keys
Encryption Algorithms