Skip to content
/ sses Public
forked from hodoje/sses

College subject - Security and Safety in Electroenergetic Systems

Notifications You must be signed in to change notification settings

fgbjoki/sses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sses

College subject - Security and safety in electroenergetic systems

NOTE:

Assignment text:

PROJECT 15

Implement a banking system which is composed of the following components:

  • BANK, has two roles:
    • Issuing MasterCard cards to its clients during the creation of a bank account. For needs of issuing a card, clients contact the bank via Windows communication protocol. MasterCard is a certificate generated so the SubjectName matches the username, in addition, a PIN code is defined as a second factor of authentication (which the bank is not allowed to store in a readable format). Generated cards are stored in a local folder for needs of later distribution. Distribution of MasterCard certificates is done manually.
    • Managing user transactions, i.e. payments and payouts, when the clients represent themselves to the bank by certificates. Each transaction has to be digitally signed by client.
  • CLIENTS, which:
    • Send requests for creating an account and requests for withdrawal of certificates and issuing of a new one in case of compromisation. In this case, clients establish a connection with bank via Windows authentication protocol.
    • Send requests for transaction execution and PIN code reset, when clients and bank authenticate each other using certificates. During sending of each transaction, PIN code validation check is done, as well as validation of digital signatures.
  • Replication of data about all user accounts on a backup server. Primary and backup components for certificate management authenticate each other using Windows authentication protocol.

Additionally:

  • BANK keeps records of all client activities within a specifically created Windows event log, primarily the following activities:
    • Requests for issuing, withdrawal and renewal of MasterCard certificates
    • Requests for MasterCard's certificate PIN code reset
    • Requests for transaction execution
    • If the BANK detects that in a period of N (configurable) time, a payouts transaction is done to the same account more than M times, an event is logged on the central BankingAudit server with which the BANK communicates via Windows authentication protocol. During logging, in the Source it is necessary to specify the name of the bank, account name, time of detection etc.

About

College subject - Security and Safety in Electroenergetic Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%