Vous êtes sur la page 1sur 18

Basaveshwar Engineering College (Autonomous),

Bagalkot
DEPARTMENT OF COMPUTER APLLICATIONS

PROJECT
“ONLINE PAYMENT SYSTEM USING STEGANOGRAPHY VISUAL CRYPTOGRAPHY”

Guide Prof : M.H SHIRUR


NAME - SUMEETKUMAR MAMADAPUR
USN - 2BA17MCA73
“ONLINE PAYMENT SYSTEM USING STEGANOGRAPHY
VISUAL CRYPTOGRAPHY”
INTRODUCTION
 Here a new method is proposed, that uses image based steganography and visual
cryptography.
LITERATURE SURVEY
As we are developing the application for inventory management system we had to
undergo an extensive study on these aspects before of the project.
EXISTING SYSTEM
 The existing environment of Yuvraj jewellery shop management is small shop

which maintain all the documents of sales, purchase, and bills are generation in the
hand written form hence we are providing the solution to reduce the paper work of
this particular shop by making it as the computerized or digitalize.
PROBLEMS IN EXISTING SYSTEM
 In the existing system we need to maintain the all the documents manually and

have to maintain all the hand written form which may lead to loss of some records.

 Stock
 The problem faced by a firm that must decide how much to order in each time
period to meet demand for its item.
 To decide what should be minimum stock level of shop.

 Purchase and sales


 It’s difficult to know the remaining items.
 It is difficult to purchased item and saled item cost manually.
SOLUTION TO THE EXISTING PROBLEM

 Our proposed system helps to maintain all records using database system, and the new

feature that we are going to implement is maintenance

 As we are introducing the solution to existing problem it reduces time and it reduces lot of

paper work and all the calculation and maintenance of the data is much easy compare to
the manual system and retrieval of information about the stock is done within second.
ADVANTAGES OF PROPOSED SOLUTION

 Saves time

 Easy to maintain records

 Security of data

 Stock management

 User friendly and interactive


PROBLEM DEFINITION

 Requirement collection.

 Requirement analysis.

 Implementation.

 Testing.

 Maintenance.
SOFTWARE REQUIREMENT SPECIFICATION
o Scope
o Overview
o Requirement

o Hardware Requirements
 Processor Pentium,Core i3,i5,i7
 Main memory 512 MB RAM
 Hard disk drive 120 GB

o Software Requirements
 Operating system Windows /XP/2007/8/10
 Front End VB.NET(visual studio 2010)
 Back End MySQL Server 2008 R2
ER-MODEL NOTATIONS

Distributer Purchase

Has Has
a a
Stock

Has
a

Has
a

Customer Sales
 SYSTEM DESIGN
 Distributer
Dist_id Dist_name

Dist_EmailD Distributer Dist_add

Dist_type Dist_phone

 Purchase

Purchase_type Purchase_id

Price_per_
Purchase Dist_id
unit

Purchase_date Purchase_quantity
 Stock
Purchase_id
Item_id

Quantity Stock Weight

rate Item_type

 Customer

Cust_id Cust_type

Cust_name Customer Cust_phone

Cust_EmailID
Cust_add
 Sales

Sales_id Cust_id

Sales
Sales_type Item_id

Quantity Amount
DATA FLOW DIAGRAMS
Login
Enter user
Name Admin Verify
Username
Password
and Selection
password made by
admin
Prompt if
detail invalid

Distributor Purchase Customer Sales Stock

Sales Stock
Distribu Purchase Customer details Details
tor Details Details along with
Details the billing

Feed s
Details
DATA FLOW DIAGRAMS
Distributor
Dist_id Dist_name Dist_add Dist_phone Dist_type

Purchase
Purchase_id Dist_id Purchase_date Purchase_type Purchase_quantity Price_per_unit

Stock
Item_id Item_type Purchase_id Quality weight Rate

Customer
Cust_id Cust_name Cust_add Cust_phone Cust_type Cust_mailID

Sales
Sales_id Cust_id Sales_date Item_id Quantity Amount
 Visual Basic .NET (VB.NET) is an object-oriented computer programming
language implemented on the .NET Framework. Although it is an evolution of
classic Visual Basic language, it is not backwards-compatible with VB6, and any
code written in the old version does not compile under VB.NET.
 VB.NET is implemented by Microsoft's .NET framework. Therefore, it has full
access to all the libraries in the .Net Framework. It's also possible to run VB.NET
programs on Mono, the open-source alternative to .NET, not only under Windows,
but even Linux or Mac OSX.
o The following reasons make VB.Net a widely used professional language:
 Modern, general purpose.
 Object oriented.
 Component oriented.
 Easy to learn.
 VB.Net has numerous strong programming features that make it endearing to
multitude of programmers worldwide. Let us mention some of these features:
 Boolean Conditions
 Automatic Garbage Collection
 Standard Library
 Assembly Versioning
 Properties and Events

Vous aimerez peut-être aussi