Giter Club home page Giter Club logo

aes_project's Introduction

Bank Account Service with Security

Idea

  • It is a bank account security system.

  • Basically, the remittance provided by the bank account, balance check, etc.

  • Like a security system, it's about your personal information.

  • Accounts are managed encrypted.

Basic Feature - Board

Features

  • 7 Segment - Show the account password you enter

  • Dip Switch - Use as a second security device when entering an account password

  • Boozer - Boozer sounds when entering wrong account passwords five times in a row

  • Text LCD - Display current account balance, account number

  • Touch LCD - UI Interface 구현

Description

  • Save the user's name and password as a structure when creating the first account.

  • At this point, the password is provided using /dev/random, which is provided by the UNIX system itself.

  • After generating with random numbers, we use RSA algorithms to generate public keys and secret keys and store them encrypted.

  • You can use the account number only when the Dip Switch status matches the Binary Code.

  • Check each transaction.

Basic Feature - Transaction

  • Remittance: Account password and OTP authentication required.

  • Inquiry into transaction details: Request account password

  • Balance check: Account password required

Development Methods

Encryption

  • Encrypt all information using Pseudo Random Number Generation (PRNG) and RSA algorithms

Bank Account

  • Management of all personal information, account number, password, balance, and transaction details of the account holder in an encrypted state

  • Manage data by leveraging tree structures

Transaction details

  • Management of details, such as types of transactions (deposits, withdrawals), transaction time, transaction amount, etc. as a structure

  • Manage data by leveraging tree structures

Scenario

Scenario

Demonstration video

Video

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.