SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1323
Blockchain-A secure mode for transaction
Nikunj Guna 1, Divyang Thummar 2, Viral Jadav3, Aniket Kore4
1,2,3Student, Dept of Computer Engineering, Universal College, Maharashtra, India
4Assistant Professor, Dept of Computer Engineering, Universal College, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Blockchain is growing as a potentially Out of line
force capable of changing the financial services industry by
making the fund transfer immediate, cheaper and more
secure. Current existing system is not secure enough to give
100% fraud protection becauseofmoremanual workandlack
of security of data. Blockchain is nothing but a chain made of
blocks (nodes).These process node does the all major work.
These blocks are connected to each other using cryptography.
This system will be more expeditious, more efficient, and has
user affectional interfaces in the banking and has zero
probability of losing data while processing of the user data. In
integration to enabling trade, block chain is larceny-and
tamper-resistant model, it eliminates errors and the
duplication, blockchain is ideal for reservingthedatainblocks
and using a tamper-proof hash format, so the data can be
securely stored by bank and make the current existing system
much more secure and faster. Which is already done in case of
cryptocurrency.
Key Words: Blockchain, Cryptography, P2P (peer-to-
peer) network, Hashing, Cryptocurrency.
1. INTRODUCTION
Blockchain is digital, distributed and public
ledger.Blockchain technology was first used in now a days
popular cryptocurrency called BITCOIN (virtual currency),
but it is expected that its characteristics of accurate and
guarded data transfer in distributed P2P network could
make other applications possible. In blockchain nodes are
connected cryptographically and inchronological order.The
blockchain offers ability to distribute ledgers in
decentralized way and that’s a key concept. Unlike
centralized system where the ledgers of records are stored
in single specific entity like a bank or govermental
institution, the blockchain shares the ledgers in between its
participants [1]. That’s what make blockchain
decentralized.Thismeansthatledgersarewrittenandstored
in network and its members are responsible to update and
monitor it.Every block of record is constantly synchronized
by the diffferent members of the open network, creating
multiple copies of the data through a shared record-keeping
system ensuring no single person or an organisation holds
ownership of data. When an incipient transaction or an edit
to a subsisting transaction comes in to a blockchain,
generally a most of the nodes within a blockchain
implementation have to apply steps (algorithm) to calculate
and validate and verify the past of the individual
blockchain’s block that is introduced. When all the node
come to an agreement or consensus that history and
signature of the transaction is valid then that new particular
block is then added to chain of the transaction [2]. If a
majority of nodes does not agree to the integration in ledger
ingression then block is not added to chain. This kind of
working allows this blockchain methodology to run without
any need of central authority. In blockchain each block
contain number of transactions. It provides a decentralized,
immutable data store that can be used across a network of
users, engenders assets and acts as a sharedebonybook that
records all transactions. So, a blockchain establishes an
auditable and indisputableopenrecordofinformationthatis
cheaper, faster and more secure than any other centralized
system.
2. RELATED WORK
The following research articles are selected for review:
Akhil Tandulwadikar, has researched on Blockchain in
banking and has given anatomy ofblockchaintransaction.He
has given use of smart contract in finance. A smartcontractis
a computer rules of conduct meant to digitally help, (check
for truth/prove true), or enforce the (back-and-forward
conversation to agree on something) or conductance of a
contract (agreement) [3].Forexample, a borrowermissesan
imprest payment, the keenly intellective contract would
rescindaccess to thedigitalkeysascollateral.Similarly,inthe
case of a bond transaction, this contract will monitor the
transfer of ownership from buyer to seller and release funds
to the seller when transfer is finalized [4].
Xiwei Xu and Vincent Gramoli has concluded that
cryptocurrencies are low-cost and basically and mostly
independent of any (controlled by one central place)
authority to move (from one place to another) virtual money
or issue new units of money. New units of money are issued
by the users of the cryptocurrency through mining. The
virtual money can be moved (from one place to another)
among peer-to-(person who is in a similar age group or
academic field) users without going through a trusted
authority to buy products (that are bought and sold) and
services in real world.Bitcoin is the first and most widely
used cryptocurrency [5].
Quoc Khanh Nguyen has introduced the advantages and of
blockchain like Blockchain promotes keenly intellective
contracts, which increases the efficiency of transactions and
fees payment in the stock market. But also has drawbacks
such as it limits the competitiveness between banks to
improve their own system as blockchain network will be
shared among all banks participated in the system [6].And
incompleteness in terms of legal and regulation on Bitcoin
and cryptocurrencies prevents Blockchain technology from
being widely applied. This makes this technology to make a
breakthrough in the payment industry [7].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1324
Tong Wu & Xiubo Liang has proposedthetypicalarchitecture
of blockchain application consistsoftheapplicationlayer,the
interface layer, the shared protocollayer,andtheshareddata
layer. The hierarchical characteristics of the blockchain
application and the traditional application are very different.
There is also mention of Xswap which is fully self-developed
and order-driven credit matching trading system which is
launched by the China Foreign Exchange Trade System
(CFETS). The system can automatically refresh the hidden
orders and bypass orders, it even provide each participating
institution with real-time, optimum and tradeable market
quotations [8].
Chris Huls have worked on uses of blockchain in banking
and gave major application of this technology in finance
which are:
 Reduction of fraud in bank: Banks currently uses
centralized database. Due to this, system is more
vulnerable hackers and cyber-attacks as all the
information is located in one place.
 KYC: The KYC(know yourcustomer)willbestoredin
blockchain so whenever other bank need to verify
new customer that bank can directly see that KYC
 Payment: Current system is dependent on SWIFT
network for making international transfer. Also we
are using fiat. But we can make payment via crypto
currency which is more transparent, secure and
permanent transactions [9].
3. PROPOSED WORK
3.1 User module
 User create new saving account/current account.
 User can see his past transaction and account
details.
 User can request bank transfer.
 User can request bank for various service like
cheque book, credit card.
 User can add beneficiary for neft.
3.2 Admin module
 Admin can add bank branch.
 Admin can approve user account request and
service request.
3.3 Blockchain module
 Block chainisseparateindependentprocesswritten
in Java Micro services.
 The job of each block is to first decode the
transaction then validate the check sum using hash
function
 It will then verify the rules define at respective
nodes if checksum is matched
 Then it will recalculatethechecksumandpassesthe
transaction to next step
 If invalid checksum or rules it will terminate the
transaction with suitable error code.
Fig -1: Block Diagram
*Here,
T1=Transaction Ack=Acknowledgement
3.4 Security module:
There are three security models implemented in the
proposed protype.
 Login module security using particular session
validation ex JsessionId
 There will OTP generationin caseofBeneficiaryadd
and NEFT transaction
 There will be checksum encoding for every
transaction to make sure transaction is safe over
network.
3.5 Cryptographic hash function:
A hash function maps random size inputs or messages to
fixed size hash values or tags. In order to give a good reason
for the realness of a message through its tag, a hash function
tries to secure/make sure of pseudo one-way ness, that is,
the practical infeasibility of creatingtheinput messagegiven
the tag, and pseudo crash resistance, it means that no two
block can produce same hash value. Due to these two
properties of (related to secret computer codes) hash
functions, it is most secure function and also made sure that
if somehow two value is produced or hash value got
tampered, block’s hash value will notmatchwiththeoriginal
tag, and so, the tampering will be obvious [10]. In fact, for
minor differences in the input message, the tag created by a
(related to secret computercodes)hashfunctionissupposed
to show major (random) difference. This allows us to use
hash functions for creating tamper obvious structures.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1325
4. DISCUSSION
By real life implementation of proposed system there are
several major significance of it.
 Blockchain promotes keenly intellective contracts,
which increases the efficiency of trade and fees
payment in the stock exchange.
 Fees for foreign exchangetransactions,remittances,
credit card transactions and other products can be
reduced substantially. Specifically, it is estimated
that $16 billion will be saved annually, equally one
third of transaction fees. Capital requirements for
banks can be reduced by $120 billion [11]. Costs for
remittances will fall approximately1%comparedto
the global average of the "traditional channels" of
7.7%. (Demos, 2016) Recently, Blockchain
intermediaries have been providing excellent
Bitcoin transaction service in those countries like
Kenya and the Philippines.
 The fact that information is automatically recorded
and monitored during the transaction process
makes the destination and purpose of the money
transferred more transparent, which supports the
fight against financial crime such as money
laundering [12].
 The digitization and verification of records notonly
reduce necessary procedures and save paper but
also ease the follow-upprocessoftradeagreements.
It also ensures that financial transactions arebetter
protected while banks and regulatorybodieswould
be able to keep track of customers more easily.
 There are also cut-throat competitions frommobile
payment systems, for instance, the dominance of
giants like Apple Pay, PayPal, and Google Wallet[7].
 Reduction of settlement time inveryfewseconds by
removing intermediaries.
 Replacement of trusted third parties with access by
all participants in the value chain to cloud-based
assets that verify each party’s identity [13].
 Significant security enhancement in areas such as
payments and credit card fraud through a
decentralized public transaction record that stores
details of every transaction and under¬goes
continuous verification by miners.
5. CONCLUSION
Blockchain is a fundamental information technology for
secure value transfer over networks. Many new application
areas are possible both finance and outside. In brief, the
advent of new digital technology has been weakening the
intermediary role of banks. Blockchainhasindicatesthatitis
the technology of trust, allowing different people and
organization to cooperate and create shared values. The
application of blockchain opens up a new era with
tremendous opportunities, wherethenatureof business and
competition will need to be changed within the framework
of cooperation to coexist [7]. A variety ofblockchainsystems
have emerged, though it is still too early in the innovation
and development cycle to determine whichofthesesystems,
if any, will become sustainable, scalableandsuccessful inthe
future. We can, assume continued experimentation by
technology companies, financial services firms, and other
key players in the space going forward as they work tomake
an effective, secure, and viable real-world blockchain
ecosystem a reality. Using the proposed system we can
overcome issues in current system. The system provides
proper security, regulation and reduces the manual work
and make transaction expeditious.
REFERENCES
[1] https://www.quora.com/What-is-block-chain-
technology-could-you-explain-it-in-an-easy-
way?redirected_qid=6512211H
[2] https://blockgeeks.com/guides/blockchain-scalability/
[3] https://en.wikipedia.org/wiki/Smart_contract
[4] Akhil Tandulwadikar,” Blockchain in banking: A
measured Approach”, April 2016.
[5] Xiwei Xu,Cesare Pautasso,Liming Zhu,Alexander
Ponomarev,Vincent Gramoli,” The Blockchain as a
Software Connector”, 05 April 2016.
[6] https://rbi.org.in/scripts/AnnualReportPublications.as
px?Id=333
[7] Quoc Khanh Nguyen,” Blockchain–AFinancial
Technology for Future Sustainable Development”, 25
November 2016.
[8] Tong Wu & Xiubo Liang,” Exploration and Practice of
Inter-bank Application BasedonBlockchain”25Auguest
2017.
[9] Chris Huls,” Four Blockchain Use Cases forBanks(white
paper)”, Fintech PVT LTD.
[10] https://indiatechlaw.com/wpcontent/uploads/2017/W
hite-Paper-on-Blockchain-
TechnologyIDRBT.compressed.pdf
[11] https://www.lusakatimes.com/2012/01/24/govern
ment-ups-minimum-capital-requirements-banks-k12-
billion-k104-billion/
[12] https://www.globalbankingandfinance.com/eu-
strengthens-its-arsenal-in-fight-against-financial-crime-
with-5th-anti-money-laundering- directive/
[13] https://www.linkedin.com/pulse/blockchain-
technology-platforms-frameworks-shiv-kumar-bhasin

More Related Content

What's hot

Payment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & BeyondPayment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & BeyondAlexander Kiriakou
 
Application of Blockchain and Smart Contracts on the Internet of Things
Application of Blockchain and Smart Contracts on the Internet of ThingsApplication of Blockchain and Smart Contracts on the Internet of Things
Application of Blockchain and Smart Contracts on the Internet of ThingsCSCJournals
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceAlecHo7
 
Blockchain, cryptography and tokens — NYC Bar presentation
Blockchain, cryptography and tokens — NYC Bar presentationBlockchain, cryptography and tokens — NYC Bar presentation
Blockchain, cryptography and tokens — NYC Bar presentationPaperchain
 
P8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processesP8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processesdevid8
 
201811 Bitcoin, Blockchain and the Technology behind Cryptocurrencies
201811 Bitcoin, Blockchain and the Technology behind Cryptocurrencies201811 Bitcoin, Blockchain and the Technology behind Cryptocurrencies
201811 Bitcoin, Blockchain and the Technology behind CryptocurrenciesPaperchain
 
IRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture DevelopmentIRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture DevelopmentIRJET Journal
 
Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Ziyad Abualrob
 
Disruptive Future of Blockchain for Brasil
Disruptive Future of Blockchain for Brasil Disruptive Future of Blockchain for Brasil
Disruptive Future of Blockchain for Brasil Melanie Swan
 
Blockchain and DeFi: Overview
Blockchain and DeFi: OverviewBlockchain and DeFi: Overview
Blockchain and DeFi: OverviewSvetlin Nakov
 
BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY
BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY
BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY csandit
 
Jehyuk jang and heung no lee ieee double spend
Jehyuk jang and heung no lee ieee double spendJehyuk jang and heung no lee ieee double spend
Jehyuk jang and heung no lee ieee double spendIT Strategy Group
 
A Study on Applications of Blockchain
A Study on Applications of BlockchainA Study on Applications of Blockchain
A Study on Applications of Blockchainijtsrd
 
Anonymous E Cash Transaction is using Bitcoin
Anonymous E Cash Transaction is using BitcoinAnonymous E Cash Transaction is using Bitcoin
Anonymous E Cash Transaction is using Bitcoinijtsrd
 
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...Ingo Weber
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts Blockchain Council
 
Blockmason link whitepaper
Blockmason link whitepaperBlockmason link whitepaper
Blockmason link whitepaperJAlbic
 

What's hot (20)

Payment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & BeyondPayment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & Beyond
 
Application of Blockchain and Smart Contracts on the Internet of Things
Application of Blockchain and Smart Contracts on the Internet of ThingsApplication of Blockchain and Smart Contracts on the Internet of Things
Application of Blockchain and Smart Contracts on the Internet of Things
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in Space
 
Blockchain, cryptography and tokens — NYC Bar presentation
Blockchain, cryptography and tokens — NYC Bar presentationBlockchain, cryptography and tokens — NYC Bar presentation
Blockchain, cryptography and tokens — NYC Bar presentation
 
P8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processesP8 a blockchain framework for insurance processes
P8 a blockchain framework for insurance processes
 
201811 Bitcoin, Blockchain and the Technology behind Cryptocurrencies
201811 Bitcoin, Blockchain and the Technology behind Cryptocurrencies201811 Bitcoin, Blockchain and the Technology behind Cryptocurrencies
201811 Bitcoin, Blockchain and the Technology behind Cryptocurrencies
 
01 what is blockchain
01 what is blockchain01 what is blockchain
01 what is blockchain
 
IRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture DevelopmentIRJET- Blockchain Technology for Agriculture Development
IRJET- Blockchain Technology for Agriculture Development
 
Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Blockchain disruptive technology 2018
Blockchain disruptive technology 2018
 
Disruptive Future of Blockchain for Brasil
Disruptive Future of Blockchain for Brasil Disruptive Future of Blockchain for Brasil
Disruptive Future of Blockchain for Brasil
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain and DeFi: Overview
Blockchain and DeFi: OverviewBlockchain and DeFi: Overview
Blockchain and DeFi: Overview
 
BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY
BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY
BLOCKCHAIN-BASED SMART CONTRACTS : A SYSTEMATIC MAPPING STUDY
 
Jehyuk jang and heung no lee ieee double spend
Jehyuk jang and heung no lee ieee double spendJehyuk jang and heung no lee ieee double spend
Jehyuk jang and heung no lee ieee double spend
 
A Study on Applications of Blockchain
A Study on Applications of BlockchainA Study on Applications of Blockchain
A Study on Applications of Blockchain
 
Anonymous E Cash Transaction is using Bitcoin
Anonymous E Cash Transaction is using BitcoinAnonymous E Cash Transaction is using Bitcoin
Anonymous E Cash Transaction is using Bitcoin
 
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockmason link whitepaper
Blockmason link whitepaperBlockmason link whitepaper
Blockmason link whitepaper
 

Similar to IRJET- Blockchain-A Secure Mode for Transaction

Use case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTUUse case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTURohit Verma
 
IRJET - A Detailed Study on Cryptocurrency
IRJET -  	  A Detailed Study on CryptocurrencyIRJET -  	  A Detailed Study on Cryptocurrency
IRJET - A Detailed Study on CryptocurrencyIRJET Journal
 
IRJET- Credible Data through Distributed Ledger Technology
IRJET-  	  Credible Data through Distributed Ledger TechnologyIRJET-  	  Credible Data through Distributed Ledger Technology
IRJET- Credible Data through Distributed Ledger TechnologyIRJET Journal
 
Beyond bitcoin ..... Block chain technology is inciting change across the fin...
Beyond bitcoin ..... Block chain technology is inciting change across the fin...Beyond bitcoin ..... Block chain technology is inciting change across the fin...
Beyond bitcoin ..... Block chain technology is inciting change across the fin...Marc Kennis
 
Creating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using BlockchainCreating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using BlockchainIRJET Journal
 
A Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain SecurityA Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain SecurityRagaviRaghavan
 
A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem  A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem IJECEIAES
 
IRJET- Security Threats on Blockchain and its Countermeasures
IRJET- Security Threats on Blockchain and its CountermeasuresIRJET- Security Threats on Blockchain and its Countermeasures
IRJET- Security Threats on Blockchain and its CountermeasuresIRJET Journal
 
Blockchain Security and Demonstration
Blockchain Security and DemonstrationBlockchain Security and Demonstration
Blockchain Security and DemonstrationYao Yao
 
Fair and trustworthy: Lock-free enhanced tendermint blockchain algorithm
Fair and trustworthy: Lock-free enhanced tendermint blockchain algorithmFair and trustworthy: Lock-free enhanced tendermint blockchain algorithm
Fair and trustworthy: Lock-free enhanced tendermint blockchain algorithmTELKOMNIKA JOURNAL
 
IRJET- Study of Blockchain and its Concepts
IRJET-  	  Study of Blockchain and its ConceptsIRJET-  	  Study of Blockchain and its Concepts
IRJET- Study of Blockchain and its ConceptsIRJET Journal
 
Blockchain and its Scope in Retail
Blockchain and its Scope in RetailBlockchain and its Scope in Retail
Blockchain and its Scope in RetailIRJET Journal
 
Blockchain technology and its pioneering applications: A comprehensive review
Blockchain technology and its pioneering applications: A comprehensive reviewBlockchain technology and its pioneering applications: A comprehensive review
Blockchain technology and its pioneering applications: A comprehensive reviewIRJET Journal
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINIRJET Journal
 
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?IAEME Publication
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxAschalewAyele2
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxAschalewAyele2
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesAurobindo Nayak
 
How Integrated Process Management Completes the Blockchain Jigsaw
How Integrated Process Management Completes the Blockchain JigsawHow Integrated Process Management Completes the Blockchain Jigsaw
How Integrated Process Management Completes the Blockchain JigsawCognizant
 

Similar to IRJET- Blockchain-A Secure Mode for Transaction (20)

Use case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTUUse case of block chain unit 4 AKTU
Use case of block chain unit 4 AKTU
 
Blockchain white paper
Blockchain white paperBlockchain white paper
Blockchain white paper
 
IRJET - A Detailed Study on Cryptocurrency
IRJET -  	  A Detailed Study on CryptocurrencyIRJET -  	  A Detailed Study on Cryptocurrency
IRJET - A Detailed Study on Cryptocurrency
 
IRJET- Credible Data through Distributed Ledger Technology
IRJET-  	  Credible Data through Distributed Ledger TechnologyIRJET-  	  Credible Data through Distributed Ledger Technology
IRJET- Credible Data through Distributed Ledger Technology
 
Beyond bitcoin ..... Block chain technology is inciting change across the fin...
Beyond bitcoin ..... Block chain technology is inciting change across the fin...Beyond bitcoin ..... Block chain technology is inciting change across the fin...
Beyond bitcoin ..... Block chain technology is inciting change across the fin...
 
Creating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using BlockchainCreating An E-Commerce web application using Blockchain
Creating An E-Commerce web application using Blockchain
 
A Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain SecurityA Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain Security
 
A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem  A decentralized consensus application using blockchain ecosystem
A decentralized consensus application using blockchain ecosystem
 
IRJET- Security Threats on Blockchain and its Countermeasures
IRJET- Security Threats on Blockchain and its CountermeasuresIRJET- Security Threats on Blockchain and its Countermeasures
IRJET- Security Threats on Blockchain and its Countermeasures
 
Blockchain Security and Demonstration
Blockchain Security and DemonstrationBlockchain Security and Demonstration
Blockchain Security and Demonstration
 
Fair and trustworthy: Lock-free enhanced tendermint blockchain algorithm
Fair and trustworthy: Lock-free enhanced tendermint blockchain algorithmFair and trustworthy: Lock-free enhanced tendermint blockchain algorithm
Fair and trustworthy: Lock-free enhanced tendermint blockchain algorithm
 
IRJET- Study of Blockchain and its Concepts
IRJET-  	  Study of Blockchain and its ConceptsIRJET-  	  Study of Blockchain and its Concepts
IRJET- Study of Blockchain and its Concepts
 
Blockchain and its Scope in Retail
Blockchain and its Scope in RetailBlockchain and its Scope in Retail
Blockchain and its Scope in Retail
 
Blockchain technology and its pioneering applications: A comprehensive review
Blockchain technology and its pioneering applications: A comprehensive reviewBlockchain technology and its pioneering applications: A comprehensive review
Blockchain technology and its pioneering applications: A comprehensive review
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
 
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
DIGITAL STOCKS USING BLOCKCHAIN TECHNOLOGY THE POSSIBLE FUTURE OF STOCKS?
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptx
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptx
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrencies
 
How Integrated Process Management Completes the Blockchain Jigsaw
How Integrated Process Management Completes the Blockchain JigsawHow Integrated Process Management Completes the Blockchain Jigsaw
How Integrated Process Management Completes the Blockchain Jigsaw
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

IRJET- Blockchain-A Secure Mode for Transaction

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1323 Blockchain-A secure mode for transaction Nikunj Guna 1, Divyang Thummar 2, Viral Jadav3, Aniket Kore4 1,2,3Student, Dept of Computer Engineering, Universal College, Maharashtra, India 4Assistant Professor, Dept of Computer Engineering, Universal College, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Blockchain is growing as a potentially Out of line force capable of changing the financial services industry by making the fund transfer immediate, cheaper and more secure. Current existing system is not secure enough to give 100% fraud protection becauseofmoremanual workandlack of security of data. Blockchain is nothing but a chain made of blocks (nodes).These process node does the all major work. These blocks are connected to each other using cryptography. This system will be more expeditious, more efficient, and has user affectional interfaces in the banking and has zero probability of losing data while processing of the user data. In integration to enabling trade, block chain is larceny-and tamper-resistant model, it eliminates errors and the duplication, blockchain is ideal for reservingthedatainblocks and using a tamper-proof hash format, so the data can be securely stored by bank and make the current existing system much more secure and faster. Which is already done in case of cryptocurrency. Key Words: Blockchain, Cryptography, P2P (peer-to- peer) network, Hashing, Cryptocurrency. 1. INTRODUCTION Blockchain is digital, distributed and public ledger.Blockchain technology was first used in now a days popular cryptocurrency called BITCOIN (virtual currency), but it is expected that its characteristics of accurate and guarded data transfer in distributed P2P network could make other applications possible. In blockchain nodes are connected cryptographically and inchronological order.The blockchain offers ability to distribute ledgers in decentralized way and that’s a key concept. Unlike centralized system where the ledgers of records are stored in single specific entity like a bank or govermental institution, the blockchain shares the ledgers in between its participants [1]. That’s what make blockchain decentralized.Thismeansthatledgersarewrittenandstored in network and its members are responsible to update and monitor it.Every block of record is constantly synchronized by the diffferent members of the open network, creating multiple copies of the data through a shared record-keeping system ensuring no single person or an organisation holds ownership of data. When an incipient transaction or an edit to a subsisting transaction comes in to a blockchain, generally a most of the nodes within a blockchain implementation have to apply steps (algorithm) to calculate and validate and verify the past of the individual blockchain’s block that is introduced. When all the node come to an agreement or consensus that history and signature of the transaction is valid then that new particular block is then added to chain of the transaction [2]. If a majority of nodes does not agree to the integration in ledger ingression then block is not added to chain. This kind of working allows this blockchain methodology to run without any need of central authority. In blockchain each block contain number of transactions. It provides a decentralized, immutable data store that can be used across a network of users, engenders assets and acts as a sharedebonybook that records all transactions. So, a blockchain establishes an auditable and indisputableopenrecordofinformationthatis cheaper, faster and more secure than any other centralized system. 2. RELATED WORK The following research articles are selected for review: Akhil Tandulwadikar, has researched on Blockchain in banking and has given anatomy ofblockchaintransaction.He has given use of smart contract in finance. A smartcontractis a computer rules of conduct meant to digitally help, (check for truth/prove true), or enforce the (back-and-forward conversation to agree on something) or conductance of a contract (agreement) [3].Forexample, a borrowermissesan imprest payment, the keenly intellective contract would rescindaccess to thedigitalkeysascollateral.Similarly,inthe case of a bond transaction, this contract will monitor the transfer of ownership from buyer to seller and release funds to the seller when transfer is finalized [4]. Xiwei Xu and Vincent Gramoli has concluded that cryptocurrencies are low-cost and basically and mostly independent of any (controlled by one central place) authority to move (from one place to another) virtual money or issue new units of money. New units of money are issued by the users of the cryptocurrency through mining. The virtual money can be moved (from one place to another) among peer-to-(person who is in a similar age group or academic field) users without going through a trusted authority to buy products (that are bought and sold) and services in real world.Bitcoin is the first and most widely used cryptocurrency [5]. Quoc Khanh Nguyen has introduced the advantages and of blockchain like Blockchain promotes keenly intellective contracts, which increases the efficiency of transactions and fees payment in the stock market. But also has drawbacks such as it limits the competitiveness between banks to improve their own system as blockchain network will be shared among all banks participated in the system [6].And incompleteness in terms of legal and regulation on Bitcoin and cryptocurrencies prevents Blockchain technology from being widely applied. This makes this technology to make a breakthrough in the payment industry [7].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1324 Tong Wu & Xiubo Liang has proposedthetypicalarchitecture of blockchain application consistsoftheapplicationlayer,the interface layer, the shared protocollayer,andtheshareddata layer. The hierarchical characteristics of the blockchain application and the traditional application are very different. There is also mention of Xswap which is fully self-developed and order-driven credit matching trading system which is launched by the China Foreign Exchange Trade System (CFETS). The system can automatically refresh the hidden orders and bypass orders, it even provide each participating institution with real-time, optimum and tradeable market quotations [8]. Chris Huls have worked on uses of blockchain in banking and gave major application of this technology in finance which are:  Reduction of fraud in bank: Banks currently uses centralized database. Due to this, system is more vulnerable hackers and cyber-attacks as all the information is located in one place.  KYC: The KYC(know yourcustomer)willbestoredin blockchain so whenever other bank need to verify new customer that bank can directly see that KYC  Payment: Current system is dependent on SWIFT network for making international transfer. Also we are using fiat. But we can make payment via crypto currency which is more transparent, secure and permanent transactions [9]. 3. PROPOSED WORK 3.1 User module  User create new saving account/current account.  User can see his past transaction and account details.  User can request bank transfer.  User can request bank for various service like cheque book, credit card.  User can add beneficiary for neft. 3.2 Admin module  Admin can add bank branch.  Admin can approve user account request and service request. 3.3 Blockchain module  Block chainisseparateindependentprocesswritten in Java Micro services.  The job of each block is to first decode the transaction then validate the check sum using hash function  It will then verify the rules define at respective nodes if checksum is matched  Then it will recalculatethechecksumandpassesthe transaction to next step  If invalid checksum or rules it will terminate the transaction with suitable error code. Fig -1: Block Diagram *Here, T1=Transaction Ack=Acknowledgement 3.4 Security module: There are three security models implemented in the proposed protype.  Login module security using particular session validation ex JsessionId  There will OTP generationin caseofBeneficiaryadd and NEFT transaction  There will be checksum encoding for every transaction to make sure transaction is safe over network. 3.5 Cryptographic hash function: A hash function maps random size inputs or messages to fixed size hash values or tags. In order to give a good reason for the realness of a message through its tag, a hash function tries to secure/make sure of pseudo one-way ness, that is, the practical infeasibility of creatingtheinput messagegiven the tag, and pseudo crash resistance, it means that no two block can produce same hash value. Due to these two properties of (related to secret computer codes) hash functions, it is most secure function and also made sure that if somehow two value is produced or hash value got tampered, block’s hash value will notmatchwiththeoriginal tag, and so, the tampering will be obvious [10]. In fact, for minor differences in the input message, the tag created by a (related to secret computercodes)hashfunctionissupposed to show major (random) difference. This allows us to use hash functions for creating tamper obvious structures.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1325 4. DISCUSSION By real life implementation of proposed system there are several major significance of it.  Blockchain promotes keenly intellective contracts, which increases the efficiency of trade and fees payment in the stock exchange.  Fees for foreign exchangetransactions,remittances, credit card transactions and other products can be reduced substantially. Specifically, it is estimated that $16 billion will be saved annually, equally one third of transaction fees. Capital requirements for banks can be reduced by $120 billion [11]. Costs for remittances will fall approximately1%comparedto the global average of the "traditional channels" of 7.7%. (Demos, 2016) Recently, Blockchain intermediaries have been providing excellent Bitcoin transaction service in those countries like Kenya and the Philippines.  The fact that information is automatically recorded and monitored during the transaction process makes the destination and purpose of the money transferred more transparent, which supports the fight against financial crime such as money laundering [12].  The digitization and verification of records notonly reduce necessary procedures and save paper but also ease the follow-upprocessoftradeagreements. It also ensures that financial transactions arebetter protected while banks and regulatorybodieswould be able to keep track of customers more easily.  There are also cut-throat competitions frommobile payment systems, for instance, the dominance of giants like Apple Pay, PayPal, and Google Wallet[7].  Reduction of settlement time inveryfewseconds by removing intermediaries.  Replacement of trusted third parties with access by all participants in the value chain to cloud-based assets that verify each party’s identity [13].  Significant security enhancement in areas such as payments and credit card fraud through a decentralized public transaction record that stores details of every transaction and under¬goes continuous verification by miners. 5. CONCLUSION Blockchain is a fundamental information technology for secure value transfer over networks. Many new application areas are possible both finance and outside. In brief, the advent of new digital technology has been weakening the intermediary role of banks. Blockchainhasindicatesthatitis the technology of trust, allowing different people and organization to cooperate and create shared values. The application of blockchain opens up a new era with tremendous opportunities, wherethenatureof business and competition will need to be changed within the framework of cooperation to coexist [7]. A variety ofblockchainsystems have emerged, though it is still too early in the innovation and development cycle to determine whichofthesesystems, if any, will become sustainable, scalableandsuccessful inthe future. We can, assume continued experimentation by technology companies, financial services firms, and other key players in the space going forward as they work tomake an effective, secure, and viable real-world blockchain ecosystem a reality. Using the proposed system we can overcome issues in current system. The system provides proper security, regulation and reduces the manual work and make transaction expeditious. REFERENCES [1] https://www.quora.com/What-is-block-chain- technology-could-you-explain-it-in-an-easy- way?redirected_qid=6512211H [2] https://blockgeeks.com/guides/blockchain-scalability/ [3] https://en.wikipedia.org/wiki/Smart_contract [4] Akhil Tandulwadikar,” Blockchain in banking: A measured Approach”, April 2016. [5] Xiwei Xu,Cesare Pautasso,Liming Zhu,Alexander Ponomarev,Vincent Gramoli,” The Blockchain as a Software Connector”, 05 April 2016. [6] https://rbi.org.in/scripts/AnnualReportPublications.as px?Id=333 [7] Quoc Khanh Nguyen,” Blockchain–AFinancial Technology for Future Sustainable Development”, 25 November 2016. [8] Tong Wu & Xiubo Liang,” Exploration and Practice of Inter-bank Application BasedonBlockchain”25Auguest 2017. [9] Chris Huls,” Four Blockchain Use Cases forBanks(white paper)”, Fintech PVT LTD. [10] https://indiatechlaw.com/wpcontent/uploads/2017/W hite-Paper-on-Blockchain- TechnologyIDRBT.compressed.pdf [11] https://www.lusakatimes.com/2012/01/24/govern ment-ups-minimum-capital-requirements-banks-k12- billion-k104-billion/ [12] https://www.globalbankingandfinance.com/eu- strengthens-its-arsenal-in-fight-against-financial-crime- with-5th-anti-money-laundering- directive/ [13] https://www.linkedin.com/pulse/blockchain- technology-platforms-frameworks-shiv-kumar-bhasin