SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014
DOI : 10.5121/ijnsa.2014.6102 17
A NOVEL PARADIGM IN AUTHENTICATION SYSTEM
USING SWIFI ENCRYPTION /DECRYPTION
APPROACH
Shadi R. Masadeh1
, Ahmad Azzazi2
, Bassam A. Y. Alqaralleh3
and Ali, Mousa.Al Sbou4
1
Computer Networks Department, Isra University, Amman, Jordan
2
Computer Information Systems Department, Applied Science University, Amman,
Jordan
3
Computer Science Department, Al-Hussein Bin Talal University, Ma'an, Jordan
4
Computer Science Department, Al-Hussein Bin Talal University, Ma'an, Jordan
ABSTRACT
Maintaining the security of your computer, network and private/sensitive data against unauthorized access
and a wide variety of security threats can be challenging. Verifying data integrity and authentication are
essential security services in order to secure data transmission process. In this paper we propose a novel
security technique which uses new encryption and decryption algorithms to achieve authenticated
communication and enhanced data integrity. The proposed technique is very complex for attackers to
decode, and it is applicable to client-server architecture.
KEYWORDS
Authentication, PGP, sWIFI, HMAC, EncryptionDecryption, integrity.
1. INTRODUCTION
("Internet security and encryption," 2012) All Network users aim to access information and
transfer data safely. To ensure secure transmission of information between the parties; a group of
challenges must met. We confined these challenges to three areas: data Integrity, authentication
and privacy (Alaidaros, Rasid, Othman, & Abdullah, 2007).
Privacy refers to secure and valuable data (Diffie & Hellman, 1979) which should not be
accessible unless the parties concerned are allowed to do so. Many techniques can be used to
maintain and improve user privacy such as cryptography techniques (Griffin, 1998), passwords
and firewall. In an unsecure environment, it is easy to break through privacy in several ways. For
example, viewing data without certificate, behavior scanning or movement tracking (Hajny,
Pelka, & Zeman, 2010) and eavesdropping. Recently, there is an attempt to break the privacy of
the users on encrypted channels (Dusi, Gringoli, & Salgarelli, 2008).
Integrity refers to the consistency and accuracy of data to ensure that unauthorized parties are
prevented from modifying data Authentication (Serwan Waleed, 2011). As a result, the data
which is received must be to be the same as the data sent. Protecting data transmission process is
necessary to avoid any intentional or unintentional changes of these data. Any damage or distort
of data will affect the feasibility of these data or information; it becomes not beneficial and not
International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014
18
safe to use. Data can use multiple techniques such as encryption, Digital signature and
Checksum to avoid any damage or distort.
Authentication is the process of verifying if a user or entity or device is who claims to be. In
other words itโ€™s a combination of verification and Identification. Authentication falls into three
categories (Al-Assam, Sellahewa, & Jassim, 2010):
โ€ข Knowledge factors: something you know (e.g. Password, personal identification number)
โ€ข Ownership factors: something you have (e.g. Smart Card, cell phone, ID card)
โ€ข Inherence factors: something you are (e.g. fingerprint, signature, voice, iris, biometric).
To enhance security, different types of authentication are combined. The client, host and
transmission channel are the locations where authenticators can be attacked (O'Gorman, 2003).
In this paper, we propose a novel approach to enhance the data integrity, authentication and
privacy depending on some encryption / decryption methods by combining PGP, sWIFI and
HMAC Systems. The proposed system provides the protection and safety to secure data transfer
across networks against spoofing, tampering, repudiation, security attacks and Information
disclosure.
The rest of this paper is organized as follows: Section 2 describes the related work. Proposed
Authentication model is discussed in Section 3. Finally, conclusions are drawn in section 4.
2. RELATED WORK
According to (American Bankers, 2000), the HMAC is a technique that uses
cryptographic hash functions for message authentication. This technique combines any
iterative cryptographic with a shared secret key. The HMAC has two parameters, the
message and a shared secret key which is known only to the sender and receiver. The
sender uses HMAC to produce a value which is represents the combination of the secret
key and the message input, the new value is called MAC the sender appends the MAC
message and sends all to the receiver. The receiver uses HMAC and a shared secret key,
that the sender used before, by applying the MAC algorithm to the received message and
compares the result with the received MAC. We can insure that the message has been
correctly received if the two values match. This process also provides assurance that the message
comes from sender who shares the key.
(Krovetz, 2006) in their paper mentioned that only the sender and receiver know the hash function
which is used by sender to hash message and produce the hash value, then the sender encrypts the
resulting hash value by using cryptographic function to create a message tag which is sent to
receiver with the message. On the receiverโ€™s side, the user needs to verify that the receiverโ€™s tag
is valid for the receiver message based on the hash function and cryptographic key which are
known only to the sender and receiver.
(Aljawarneh, Masadeh, & Alkhateeb, 2010), proposed a secure Wireless Fidelity (sWIFI) system
which provides more efficiency, security and authentication for transmitted data over the network.
Basically, sWIFI are based on HMAC Algorithm.
International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014
19
There are many steps to use sWIFI : First, the sWIFI is split into two parts: The first part is the
plain text for key purposes, the second part is split into four pieces; to generate and encrypt the
key using logical OR-ing and bit shifting of the data in a certain pattern in the four portions. In
order to generate the key, encrypt the first part and disrupt the probabilistic phenomena of the
letters in the language. Finally, within the blocks the encrypted data is shuffled to make sure that
there is no similarity with original data. (Aljawarneh et al., 2010) Pretty Good Privacy, is one of
the most important encryption and security applications that use efficient and confidential
algorithms to secure data transmission. The PGP as a encryption program founded by Phil
Zimmerman on 1991 provides complete verification and encryption for message files
(McLaughlin, 2006).
The PGP is considered the most key cryptographic used by the public with PGP in a secure
manner so there is no need for any specific infrastructure (Chadwick, Young, & Cicovic,
1997).The security of PGP Model is trusted since it is an open Source so professional people can
close any weaknesses if found, it is based on symmetric-key cryptography and use combination of
data compression, hashing and public-key cryptography (Kurniawan, Albone, & Rahyuwibowo,
2011) .
(Abdul-Rahman, 1997),(Guibing, Jie, & Vassileva, 2011) The PGP is the first successful attempt
of a free cryptographic model which is available for the public. The sender who has the private
key is able to create a digital signature for corresponding public key. Digitally, PGP gives other
users the ability to sign certificates that they think it is authentic, so the owner of the public key is
an owner of the certificate. To verify a public key, the user needs to check if there are any digital
signatures that are signed by the trusted users.
PGP compresses the message and creates a public key and a private key for the sender through
cryptography software. When the plain text is encrypted, the public key is encrypted to the
receiver's private key which can be used by the receiver to decrypt the message (Abdul-Rahman,
1997).
Although the PGP is considered as one of the best encryption techniques, it does have some
disadvantages. The PGP process is considered a complex process to use on a regular basis since it
is very difficult for many people to grasp the meaning of Cryptography. Also, The PGP is a two-
way street that the sender and the recipient must use it, otherwise the recipient will not be able to
view the encrypted data(Gibson, 2002). Managing keys for a new user using PGP will be a
challenge. Lost or corrupted keys lead to high risk and will not allow users to view encrypted
data.
International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014
20
3. PROPOSED AUTHENTICATION MODEL
Figure 1: Authentication model in Sender side
In this method the sender submits a plain text message, and uses an HMAC generator to generate
an HMAC for to the text. A local program generates a secure value (S_Value) which is in turn
concatenated with the HMAC that is previously generated.
The message is then fed to AES encryptor that generates an encrypted version of the concatenated
(HMAC II S_VALUE) and concatenates the result with the original plain text message. The
message is then encrypted using PGP using the receiver public key to generate the PGP encrypted
message.
The encrypted message is then further encrypted using sWIFI encryptor to generate the final
message in order to be sent to the receiver as depicted in the steps below:
1- Enter the message (plain text) and then insert the Hash message authentication code
(HMAC) and secured value (S_value) to the original message.
2- Concatenate the HMAC with S_value.
3- Encrypt the result from step 2 using private key as follows
C  ( Eprk (HMAC II S_value))
4- Concatenate the result from step 3 with the original message (plain text) as follows:
International Journal of Network Security  Its Applications (IJNSA), Vol.6, No.1, January 2014
21
C  (P II (Eprk (HMAC II S_value))).
5- Encrypt the result from step 4 using PGP as follows:
C  Epbk (P II ( Epr (HMAC II S_value))).
6- Encrypt the result from step 5 using sWIFI as follows:
C  E sWIFI [Epbk (P II ( Epr (HMAC II S_value))) ].
Figure 2: Authentication model in Receiver side
On the receiver's side, the receiver uses the sWIFI decryptor to get the PGP encrypted message,
which is then decrypted using the sender's Public key with the receiver's private key.
The receiver then uses the AES decryptor to retrieve the encrypted message that contains the
HMAC and S_VALUE at the end of the message.
The receiver then extracts the HMAC and S_VALUE, and generates a new HMAC from the
received message.
The receiver then compares both HMACs. If both HMACs match, the message is authenticated
and has not been altered, or otherwise, the receiver sends the sender a request to resend the
message.
The full process is illustrated by the following steps:
1- Receive the message (cipher text) from the sender as follows:
International Journal of Network Security  Its Applications (IJNSA), Vol.6, No.1, January 2014
22
C  E sWIFI [ Epbk ( P II ( Eprk (HMAC II S_value))) ]
Then the receiver decrypts the formula as follows:
P  D sWIFI [ Epbk ( C II ( Eprk (HMAC II S_value))) ]
2- Decrypt the result from step1 using PGP as follows:
P  Dpbk ( C II ( Eprk (HMAC II S_value))).
3- Decrypt the result from step 2 as follows:
P  Dprk (HMAC II S_value))).
4- Extraction the HMAC with S_value.
5- Compare the plain text (original message) from sender side with the message from receiver
side. If there is no alteration of the message was found then the message is authenticated.
4. CONCLUSION
A novel design approach for authentication system was presented in this paper. Our approach can
reduce the security risk across networks by combining PGP, sWIFI and HMAC systems. The
proposed system is expected to present, protect, and enhance the data integrity, Authentication
and privacy. Also, it increases the strength against network risks. Furthermore, our authentication
system is very complex, which means that it is almost impossible to decrypt the method.
REFERENCES
[1] Abdul-Rahman, A. (1997). The PGP Trust Model. EDI-Forum: The Journal of Electronic Commerce,
10(3), 27-31. doi: citeulike-article-id:8251892
[2] Al-Assam, H., Sellahewa, H.,  Jassim, S. (2010). Multi-factor biometrics for authentication: a false
sense of security. Paper presented at the Proceedings of the 12th ACM workshop on Multimedia and
security, Roma, Italy.
[3] Alaidaros, H. M., Rasid, M. F. A., Othman, M.,  Abdullah, R. S. A. (2007, 14-17 May 2007).
Enhancing security performance with parallel crypto operations in SSL bulk data transfer phase.
Paper presented at the Telecommunications and Malaysia International Conference on
Communications, 2007. ICT-MICC 2007. IEEE International Conference on.
[4] Aljawarneh, S., Masadeh, S.,  Alkhateeb, F. (2010). A secure wifi system for wireless networks: an
experimental evaluation. NETWORK SECURITY(Jun), 6-12.
[5] American Bankers, A. (2000). Keyed hash message authentication code : X9.71-2000. Wash., D.C.:
ABA.
[6] Chadwick, D. W., Young, A. J.,  Cicovic, N. K. (1997). Merging and extending the PGP and PEM
trust models-the ICE-TEL trust model. Network, IEEE, 11(3), 16-24. doi: 10.1109/65.587045
[7] Diffie, W.,  Hellman, M. E. (1979). Privacy and authentication : An introduction to Cryptography.
Proceedings of the IEEE, 397.
International Journal of Network Security  Its Applications (IJNSA), Vol.6, No.1, January 2014
23
[8] Dusi, M., Gringoli, F.,  Salgarelli, L. (2008, 8-10 Sept. 2008). A Model for the Study of Privacy
Issues in Secure Shell Connections. Paper presented at the Information Assurance and Security, 2008.
ISIAS '08. Fourth International Conference on.
[9] Gibson, D. (2002). Email Security Risks and How To Reduce Them. 1.4.
[10] Griffin, J. A. (1998, 12-13 Jun 1998). Privacy and security in the Digital Age. Paper presented at the
Technology and Society, 1998. ISTAS 98. Wiring the World: The Impact of Information Technology
on Society., Proceedings of the 1998 International Symposium on.
[11] Guibing, G., Jie, Z.,  Vassileva, J. (2011, 22-27 Aug. 2011). Improving PGP Web of Trust through
the Expansion of Trusted Neighborhood. Paper presented at the Web Intelligence and Intelligent
Agent Technology (WI-IAT), 2011 IEEE/WIC/ACM International Conference on.
[12] Hajny, J., Pelka, T.,  Zeman, V. (2010, 26-28 July 2010). Privacy protection for user authentication.
Paper presented at the Security and Cryptography (SECRYPT), Proceedings of the 2010 International
Conference on.
[13] Internet security and encryption. (2012) Retrieved 18/12/2012, from
http://www.hazemsakeek.com/Scientifc_Assay/internet/security.htm
[14] Krovetz, T. (2006). Message Authentication on 64-bit Architectures. IACR Cryptology ePrint
Archive, 37.
[15] Kurniawan, Y., Albone, A.,  Rahyuwibowo, H. (2011, 17-19 July 2011). The design of mini PGP
security. Paper presented at the Electrical Engineering and Informatics (ICEEI), 2011 International
Conference on.
[16] McLaughlin, L. (2006). Philip Zimmermann on What's Next after PGP. Security  Privacy, IEEE,
4(1), 10-13. doi: 10.1109/msp.2006.20
[17] O'Gorman, L. (2003). Comparing passwords, tokens, and biometrics for user authentication.
Proceedings of the IEEE, 91(12), 2021-2040. doi: 10.1109/jproc.2003.819611
[18] Serwan Waleed, J. (2011). IMPROVEMENT OF DATA INTEGRITY USING DIFFERENT
ENCRYPTION ALGORITHMS. IRAQI JOURNAL OF COMPUTERS,COMMUNICATION AND
CONTROL amp; SYSTEMS ENGINEERING โ€ซุฉู„ุฌู…ู„ุงโ€ฌ โ€ซุฉูŠู‚ุงุฑุนู„ุงโ€ฌ โ€ซุฉุณุฏู†
ู„โ€ฌ โ€ซุชุงุจุณุงุญู„ุงโ€ฌ โ€ซุชุงู„ุงุตุชุงู„ุงูˆโ€ฌ
โ€ซุฉุฑุทูŠุณู„ุงูˆโ€ฌ โ€ซู…ุธู†ู„ุงูˆโ€ฌ, 11(2), 1-6.
Authors
Shadi R. Masadeh received a BSc degree in Computer Science and Computer
Information System in 2000 and MSc degree in Information Technology in 2003.
with a Thesis titled A Mathematical Approach for Ciphering and Deciphering
Techniques After that, I received PhD from department of Computer Information
System in 2009 with a Thesis titled A New Embedded Method for
Encryption/Decryption Technique Using Self Approach My research interests including E-
learning Management and Security Issues, Encryption and Decryption Systems. Networking and
Wireless security. Currently, I'm working at Al-ISRA University in Computer Networks
Department as assistant Prof. I have submitted a number of conference papers and journals.
Ahmad Azzazi is an assistant professor in the Department of Computer
Information Systems at the Applied Science University. Dr. Azzaziโ€™s research
interests include software engineering frameworks, speech processing, software
security, expert systems and expert systems.
International Journal of Network Security  Its Applications (IJNSA), Vol.6, No.1, January 2014
24
Bassam A. Y. Alqaralleh received a BSc degree in Computer Science in 1992, graduate
Diploma in Computer Information Systems in 2002 and Masters degree in Computer Science
in 2004. After that, I received PhD from University of Sydney in 2010 with a Thesis titled 
Addressing Data and Access Skew Problems in Data-Indexed Overlays. My research
interests including Distributed Systems, Load-Balancing, Networking, Security Systems. and
Wireless security. Currently, I'm working at Al-Hussein Bin Talal University in Computer Science
Department as assistant Prof. I have published a number of conference papers and journals.
Ali Mousa Al Sbou has got the BSc degree in computer science from Mutah University,
Jordan in 2001.Andhe has got master degree in information technology from Universiti Utara
Malaysia, Malaysia in 2010. He is works as a Computer lab supervisor at Al Hussein Bin
Talal University, Jordan.

More Related Content

What's hot

An Introduction to Authentication for Applications
An Introduction to Authentication for ApplicationsAn Introduction to Authentication for Applications
An Introduction to Authentication for ApplicationsUbisecure
ย 
VTU network security(10 ec832) unit 6 notes
VTU network security(10 ec832) unit 6 notesVTU network security(10 ec832) unit 6 notes
VTU network security(10 ec832) unit 6 notesJayanth Dwijesh H P
ย 
Network security unit 1,2,3
Network security unit 1,2,3 Network security unit 1,2,3
Network security unit 1,2,3 WE-IT TUTORIALS
ย 
Comprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc Networks
Comprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc NetworksComprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc Networks
Comprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc Networksdrsrinivasanvenkataramani
ย 
Achieving data integrity by forming the digital signature using RSA and SHA-1...
Achieving data integrity by forming the digital signature using RSA and SHA-1...Achieving data integrity by forming the digital signature using RSA and SHA-1...
Achieving data integrity by forming the digital signature using RSA and SHA-1...IOSR Journals
ย 
A new hybrid text encryption approach over mobile ad hoc network
A new hybrid text encryption approach over mobile  ad hoc network A new hybrid text encryption approach over mobile  ad hoc network
A new hybrid text encryption approach over mobile ad hoc network IJECEIAES
ย 
Cryptography
CryptographyCryptography
CryptographySajal Agarwal
ย 
ROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTION
ROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTIONROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTION
ROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTIONIJNSA Journal
ย 
A Review on Various Methods of Cryptography for Cyber Security
A Review on Various Methods of Cryptography for Cyber SecurityA Review on Various Methods of Cryptography for Cyber Security
A Review on Various Methods of Cryptography for Cyber Securityrahulmonikasharma
ย 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
ย 
Ijretm 2014-sp-043
Ijretm 2014-sp-043Ijretm 2014-sp-043
Ijretm 2014-sp-043Selva Raj
ย 
Skyriver Communications โ€“ Fixed Wireless Security
Skyriver Communications โ€“ Fixed Wireless SecuritySkyriver Communications โ€“ Fixed Wireless Security
Skyriver Communications โ€“ Fixed Wireless SecuritySkyriver04
ย 
public key infrastructure
public key infrastructurepublic key infrastructure
public key infrastructurevimal kumar
ย 
1 s2.0-s1877050915013460-main
1 s2.0-s1877050915013460-main1 s2.0-s1877050915013460-main
1 s2.0-s1877050915013460-mainkalachandru
ย 
Iaetsd a survey on cloud storage security with
Iaetsd a survey on cloud storage security withIaetsd a survey on cloud storage security with
Iaetsd a survey on cloud storage security withIaetsd Iaetsd
ย 
Hybrid cryptographic technique using rsa algorithm and scheduling concepts
Hybrid cryptographic technique using rsa algorithm and scheduling conceptsHybrid cryptographic technique using rsa algorithm and scheduling concepts
Hybrid cryptographic technique using rsa algorithm and scheduling conceptsIJNSA Journal
ย 
Confidentiality & Authentication Mechanism for Biometric Information Transmit...
Confidentiality & Authentication Mechanism for Biometric Information Transmit...Confidentiality & Authentication Mechanism for Biometric Information Transmit...
Confidentiality & Authentication Mechanism for Biometric Information Transmit...IJNSA Journal
ย 
How to Counter-act Security Threats in Mobile Ad Hoc Networks?
How to Counter-act Security Threats in Mobile Ad Hoc Networks?How to Counter-act Security Threats in Mobile Ad Hoc Networks?
How to Counter-act Security Threats in Mobile Ad Hoc Networks?drsrinivasanvenkataramani
ย 

What's hot (20)

An Introduction to Authentication for Applications
An Introduction to Authentication for ApplicationsAn Introduction to Authentication for Applications
An Introduction to Authentication for Applications
ย 
VTU network security(10 ec832) unit 6 notes
VTU network security(10 ec832) unit 6 notesVTU network security(10 ec832) unit 6 notes
VTU network security(10 ec832) unit 6 notes
ย 
Network security unit 1,2,3
Network security unit 1,2,3 Network security unit 1,2,3
Network security unit 1,2,3
ย 
Comprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc Networks
Comprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc NetworksComprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc Networks
Comprehensive Study of Counter-acting Security Threats in Mobile Ad Hoc Networks
ย 
H0362052056
H0362052056H0362052056
H0362052056
ย 
CRYPTOGRAPHY & NETWORK SECURITY- Cryptographic Hash Functions
CRYPTOGRAPHY & NETWORK SECURITY- Cryptographic Hash FunctionsCRYPTOGRAPHY & NETWORK SECURITY- Cryptographic Hash Functions
CRYPTOGRAPHY & NETWORK SECURITY- Cryptographic Hash Functions
ย 
Achieving data integrity by forming the digital signature using RSA and SHA-1...
Achieving data integrity by forming the digital signature using RSA and SHA-1...Achieving data integrity by forming the digital signature using RSA and SHA-1...
Achieving data integrity by forming the digital signature using RSA and SHA-1...
ย 
A new hybrid text encryption approach over mobile ad hoc network
A new hybrid text encryption approach over mobile  ad hoc network A new hybrid text encryption approach over mobile  ad hoc network
A new hybrid text encryption approach over mobile ad hoc network
ย 
Cryptography
CryptographyCryptography
Cryptography
ย 
ROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTION
ROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTIONROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTION
ROLE OF MULTIPLE ENCRYPTION IN SECURE ELECTRONIC TRANSACTION
ย 
A Review on Various Methods of Cryptography for Cyber Security
A Review on Various Methods of Cryptography for Cyber SecurityA Review on Various Methods of Cryptography for Cyber Security
A Review on Various Methods of Cryptography for Cyber Security
ย 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
ย 
Ijretm 2014-sp-043
Ijretm 2014-sp-043Ijretm 2014-sp-043
Ijretm 2014-sp-043
ย 
Skyriver Communications โ€“ Fixed Wireless Security
Skyriver Communications โ€“ Fixed Wireless SecuritySkyriver Communications โ€“ Fixed Wireless Security
Skyriver Communications โ€“ Fixed Wireless Security
ย 
public key infrastructure
public key infrastructurepublic key infrastructure
public key infrastructure
ย 
1 s2.0-s1877050915013460-main
1 s2.0-s1877050915013460-main1 s2.0-s1877050915013460-main
1 s2.0-s1877050915013460-main
ย 
Iaetsd a survey on cloud storage security with
Iaetsd a survey on cloud storage security withIaetsd a survey on cloud storage security with
Iaetsd a survey on cloud storage security with
ย 
Hybrid cryptographic technique using rsa algorithm and scheduling concepts
Hybrid cryptographic technique using rsa algorithm and scheduling conceptsHybrid cryptographic technique using rsa algorithm and scheduling concepts
Hybrid cryptographic technique using rsa algorithm and scheduling concepts
ย 
Confidentiality & Authentication Mechanism for Biometric Information Transmit...
Confidentiality & Authentication Mechanism for Biometric Information Transmit...Confidentiality & Authentication Mechanism for Biometric Information Transmit...
Confidentiality & Authentication Mechanism for Biometric Information Transmit...
ย 
How to Counter-act Security Threats in Mobile Ad Hoc Networks?
How to Counter-act Security Threats in Mobile Ad Hoc Networks?How to Counter-act Security Threats in Mobile Ad Hoc Networks?
How to Counter-act Security Threats in Mobile Ad Hoc Networks?
ย 

Similar to A NOVEL PARADIGM IN AUTHENTICATION SYSTEM USING SWIFI ENCRYPTION /DECRYPTION APPROACH

kasodhan2019.pdf
kasodhan2019.pdfkasodhan2019.pdf
kasodhan2019.pdf40NehaPagariya
ย 
A NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORK
A NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORKA NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORK
A NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORKijmnct
ย 
Design of Hybrid Cryptography Algorithm for Secure Communication
Design of Hybrid Cryptography Algorithm for Secure CommunicationDesign of Hybrid Cryptography Algorithm for Secure Communication
Design of Hybrid Cryptography Algorithm for Secure CommunicationIRJET Journal
ย 
Mj3422172221
Mj3422172221Mj3422172221
Mj3422172221IJERA Editor
ย 
HYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTS
HYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTSHYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTS
HYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTSIJNSA Journal
ย 
An Identity-Based Mutual Authentication with Key Agreement
An Identity-Based Mutual Authentication with Key AgreementAn Identity-Based Mutual Authentication with Key Agreement
An Identity-Based Mutual Authentication with Key Agreementijtsrd
ย 
A SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHY
A SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHYA SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHY
A SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHYcsandit
ย 
Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...
Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...
Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...Editor IJMTER
ย 
Secure Medical Data Computation using Virtual_ID Authentication and File Swap...
Secure Medical Data Computation using Virtual_ID Authentication and File Swap...Secure Medical Data Computation using Virtual_ID Authentication and File Swap...
Secure Medical Data Computation using Virtual_ID Authentication and File Swap...IJASRD Journal
ย 
Guillou-quisquater protocol for user authentication based on zero knowledge p...
Guillou-quisquater protocol for user authentication based on zero knowledge p...Guillou-quisquater protocol for user authentication based on zero knowledge p...
Guillou-quisquater protocol for user authentication based on zero knowledge p...TELKOMNIKA JOURNAL
ย 
A New Method for Encrypting Digital Data Using Symmetric Key in Information E...
A New Method for Encrypting Digital Data Using Symmetric Key in Information E...A New Method for Encrypting Digital Data Using Symmetric Key in Information E...
A New Method for Encrypting Digital Data Using Symmetric Key in Information E...Editor IJCATR
ย 
Privacy Enhanced Online Payment System
Privacy Enhanced Online Payment SystemPrivacy Enhanced Online Payment System
Privacy Enhanced Online Payment SystemEditor IJMTER
ย 
A Review Study on Secure Authentication in Mobile System
A Review Study on Secure Authentication in Mobile SystemA Review Study on Secure Authentication in Mobile System
A Review Study on Secure Authentication in Mobile SystemEditor IJCATR
ย 
5215ijcis01
5215ijcis015215ijcis01
5215ijcis01ijcisjournal
ย 
Ijaiem 2014-11-30-122
Ijaiem 2014-11-30-122Ijaiem 2014-11-30-122
Ijaiem 2014-11-30-122Sathya Madhesh
ย 
SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...
SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...
SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...caijjournal
ย 
Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...
Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...
Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...iosrjce
ย 

Similar to A NOVEL PARADIGM IN AUTHENTICATION SYSTEM USING SWIFI ENCRYPTION /DECRYPTION APPROACH (20)

kasodhan2019.pdf
kasodhan2019.pdfkasodhan2019.pdf
kasodhan2019.pdf
ย 
A NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORK
A NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORKA NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORK
A NEW COMMUNICATION PLATFORM FOR DATA TRANSMISSION IN VIRTUAL PRIVATE NETWORK
ย 
Design of Hybrid Cryptography Algorithm for Secure Communication
Design of Hybrid Cryptography Algorithm for Secure CommunicationDesign of Hybrid Cryptography Algorithm for Secure Communication
Design of Hybrid Cryptography Algorithm for Secure Communication
ย 
Mj3422172221
Mj3422172221Mj3422172221
Mj3422172221
ย 
HYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTS
HYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTSHYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTS
HYBRID CRYPTOGRAPHIC TECHNIQUE USING RSA ALGORITHM AND SCHEDULING CONCEPTS
ย 
Module 2.pdf
Module 2.pdfModule 2.pdf
Module 2.pdf
ย 
Module 2.Cryptography and Cryptanalysis
Module 2.Cryptography and CryptanalysisModule 2.Cryptography and Cryptanalysis
Module 2.Cryptography and Cryptanalysis
ย 
An Identity-Based Mutual Authentication with Key Agreement
An Identity-Based Mutual Authentication with Key AgreementAn Identity-Based Mutual Authentication with Key Agreement
An Identity-Based Mutual Authentication with Key Agreement
ย 
A SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHY
A SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHYA SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHY
A SURVEY ON RECENT APPROACHES COMBINING CRYPTOGRAPHY AND STEGANOGRAPHY
ย 
Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...
Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...
Authentication Mechanisms For Signature Based Cryptography By Using Hierarchi...
ย 
Secure Medical Data Computation using Virtual_ID Authentication and File Swap...
Secure Medical Data Computation using Virtual_ID Authentication and File Swap...Secure Medical Data Computation using Virtual_ID Authentication and File Swap...
Secure Medical Data Computation using Virtual_ID Authentication and File Swap...
ย 
Guillou-quisquater protocol for user authentication based on zero knowledge p...
Guillou-quisquater protocol for user authentication based on zero knowledge p...Guillou-quisquater protocol for user authentication based on zero knowledge p...
Guillou-quisquater protocol for user authentication based on zero knowledge p...
ย 
A New Method for Encrypting Digital Data Using Symmetric Key in Information E...
A New Method for Encrypting Digital Data Using Symmetric Key in Information E...A New Method for Encrypting Digital Data Using Symmetric Key in Information E...
A New Method for Encrypting Digital Data Using Symmetric Key in Information E...
ย 
Privacy Enhanced Online Payment System
Privacy Enhanced Online Payment SystemPrivacy Enhanced Online Payment System
Privacy Enhanced Online Payment System
ย 
A Review Study on Secure Authentication in Mobile System
A Review Study on Secure Authentication in Mobile SystemA Review Study on Secure Authentication in Mobile System
A Review Study on Secure Authentication in Mobile System
ย 
5215ijcis01
5215ijcis015215ijcis01
5215ijcis01
ย 
Ijaiem 2014-11-30-122
Ijaiem 2014-11-30-122Ijaiem 2014-11-30-122
Ijaiem 2014-11-30-122
ย 
SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...
SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...
SECURED TEXT MESSAGE TRANSMISSION IN A WIRELESS COMMUNICATION SYSTEM WITH THE...
ย 
Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...
Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...
Adaptive Steganography Based Enhanced Cipher Hiding Technique for Secure Data...
ย 
H017255560
H017255560H017255560
H017255560
ย 

Recently uploaded

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Call Girls in Nagpur High Profile
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .DerechoLaboralIndivi
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 

Recently uploaded (20)

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 

A NOVEL PARADIGM IN AUTHENTICATION SYSTEM USING SWIFI ENCRYPTION /DECRYPTION APPROACH

  • 1. International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014 DOI : 10.5121/ijnsa.2014.6102 17 A NOVEL PARADIGM IN AUTHENTICATION SYSTEM USING SWIFI ENCRYPTION /DECRYPTION APPROACH Shadi R. Masadeh1 , Ahmad Azzazi2 , Bassam A. Y. Alqaralleh3 and Ali, Mousa.Al Sbou4 1 Computer Networks Department, Isra University, Amman, Jordan 2 Computer Information Systems Department, Applied Science University, Amman, Jordan 3 Computer Science Department, Al-Hussein Bin Talal University, Ma'an, Jordan 4 Computer Science Department, Al-Hussein Bin Talal University, Ma'an, Jordan ABSTRACT Maintaining the security of your computer, network and private/sensitive data against unauthorized access and a wide variety of security threats can be challenging. Verifying data integrity and authentication are essential security services in order to secure data transmission process. In this paper we propose a novel security technique which uses new encryption and decryption algorithms to achieve authenticated communication and enhanced data integrity. The proposed technique is very complex for attackers to decode, and it is applicable to client-server architecture. KEYWORDS Authentication, PGP, sWIFI, HMAC, EncryptionDecryption, integrity. 1. INTRODUCTION ("Internet security and encryption," 2012) All Network users aim to access information and transfer data safely. To ensure secure transmission of information between the parties; a group of challenges must met. We confined these challenges to three areas: data Integrity, authentication and privacy (Alaidaros, Rasid, Othman, & Abdullah, 2007). Privacy refers to secure and valuable data (Diffie & Hellman, 1979) which should not be accessible unless the parties concerned are allowed to do so. Many techniques can be used to maintain and improve user privacy such as cryptography techniques (Griffin, 1998), passwords and firewall. In an unsecure environment, it is easy to break through privacy in several ways. For example, viewing data without certificate, behavior scanning or movement tracking (Hajny, Pelka, & Zeman, 2010) and eavesdropping. Recently, there is an attempt to break the privacy of the users on encrypted channels (Dusi, Gringoli, & Salgarelli, 2008). Integrity refers to the consistency and accuracy of data to ensure that unauthorized parties are prevented from modifying data Authentication (Serwan Waleed, 2011). As a result, the data which is received must be to be the same as the data sent. Protecting data transmission process is necessary to avoid any intentional or unintentional changes of these data. Any damage or distort of data will affect the feasibility of these data or information; it becomes not beneficial and not
  • 2. International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014 18 safe to use. Data can use multiple techniques such as encryption, Digital signature and Checksum to avoid any damage or distort. Authentication is the process of verifying if a user or entity or device is who claims to be. In other words itโ€™s a combination of verification and Identification. Authentication falls into three categories (Al-Assam, Sellahewa, & Jassim, 2010): โ€ข Knowledge factors: something you know (e.g. Password, personal identification number) โ€ข Ownership factors: something you have (e.g. Smart Card, cell phone, ID card) โ€ข Inherence factors: something you are (e.g. fingerprint, signature, voice, iris, biometric). To enhance security, different types of authentication are combined. The client, host and transmission channel are the locations where authenticators can be attacked (O'Gorman, 2003). In this paper, we propose a novel approach to enhance the data integrity, authentication and privacy depending on some encryption / decryption methods by combining PGP, sWIFI and HMAC Systems. The proposed system provides the protection and safety to secure data transfer across networks against spoofing, tampering, repudiation, security attacks and Information disclosure. The rest of this paper is organized as follows: Section 2 describes the related work. Proposed Authentication model is discussed in Section 3. Finally, conclusions are drawn in section 4. 2. RELATED WORK According to (American Bankers, 2000), the HMAC is a technique that uses cryptographic hash functions for message authentication. This technique combines any iterative cryptographic with a shared secret key. The HMAC has two parameters, the message and a shared secret key which is known only to the sender and receiver. The sender uses HMAC to produce a value which is represents the combination of the secret key and the message input, the new value is called MAC the sender appends the MAC message and sends all to the receiver. The receiver uses HMAC and a shared secret key, that the sender used before, by applying the MAC algorithm to the received message and compares the result with the received MAC. We can insure that the message has been correctly received if the two values match. This process also provides assurance that the message comes from sender who shares the key. (Krovetz, 2006) in their paper mentioned that only the sender and receiver know the hash function which is used by sender to hash message and produce the hash value, then the sender encrypts the resulting hash value by using cryptographic function to create a message tag which is sent to receiver with the message. On the receiverโ€™s side, the user needs to verify that the receiverโ€™s tag is valid for the receiver message based on the hash function and cryptographic key which are known only to the sender and receiver. (Aljawarneh, Masadeh, & Alkhateeb, 2010), proposed a secure Wireless Fidelity (sWIFI) system which provides more efficiency, security and authentication for transmitted data over the network. Basically, sWIFI are based on HMAC Algorithm.
  • 3. International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014 19 There are many steps to use sWIFI : First, the sWIFI is split into two parts: The first part is the plain text for key purposes, the second part is split into four pieces; to generate and encrypt the key using logical OR-ing and bit shifting of the data in a certain pattern in the four portions. In order to generate the key, encrypt the first part and disrupt the probabilistic phenomena of the letters in the language. Finally, within the blocks the encrypted data is shuffled to make sure that there is no similarity with original data. (Aljawarneh et al., 2010) Pretty Good Privacy, is one of the most important encryption and security applications that use efficient and confidential algorithms to secure data transmission. The PGP as a encryption program founded by Phil Zimmerman on 1991 provides complete verification and encryption for message files (McLaughlin, 2006). The PGP is considered the most key cryptographic used by the public with PGP in a secure manner so there is no need for any specific infrastructure (Chadwick, Young, & Cicovic, 1997).The security of PGP Model is trusted since it is an open Source so professional people can close any weaknesses if found, it is based on symmetric-key cryptography and use combination of data compression, hashing and public-key cryptography (Kurniawan, Albone, & Rahyuwibowo, 2011) . (Abdul-Rahman, 1997),(Guibing, Jie, & Vassileva, 2011) The PGP is the first successful attempt of a free cryptographic model which is available for the public. The sender who has the private key is able to create a digital signature for corresponding public key. Digitally, PGP gives other users the ability to sign certificates that they think it is authentic, so the owner of the public key is an owner of the certificate. To verify a public key, the user needs to check if there are any digital signatures that are signed by the trusted users. PGP compresses the message and creates a public key and a private key for the sender through cryptography software. When the plain text is encrypted, the public key is encrypted to the receiver's private key which can be used by the receiver to decrypt the message (Abdul-Rahman, 1997). Although the PGP is considered as one of the best encryption techniques, it does have some disadvantages. The PGP process is considered a complex process to use on a regular basis since it is very difficult for many people to grasp the meaning of Cryptography. Also, The PGP is a two- way street that the sender and the recipient must use it, otherwise the recipient will not be able to view the encrypted data(Gibson, 2002). Managing keys for a new user using PGP will be a challenge. Lost or corrupted keys lead to high risk and will not allow users to view encrypted data.
  • 4. International Journal of Network Security & Its Applications (IJNSA), Vol.6, No.1, January 2014 20 3. PROPOSED AUTHENTICATION MODEL Figure 1: Authentication model in Sender side In this method the sender submits a plain text message, and uses an HMAC generator to generate an HMAC for to the text. A local program generates a secure value (S_Value) which is in turn concatenated with the HMAC that is previously generated. The message is then fed to AES encryptor that generates an encrypted version of the concatenated (HMAC II S_VALUE) and concatenates the result with the original plain text message. The message is then encrypted using PGP using the receiver public key to generate the PGP encrypted message. The encrypted message is then further encrypted using sWIFI encryptor to generate the final message in order to be sent to the receiver as depicted in the steps below: 1- Enter the message (plain text) and then insert the Hash message authentication code (HMAC) and secured value (S_value) to the original message. 2- Concatenate the HMAC with S_value. 3- Encrypt the result from step 2 using private key as follows C ( Eprk (HMAC II S_value)) 4- Concatenate the result from step 3 with the original message (plain text) as follows:
  • 5. International Journal of Network Security Its Applications (IJNSA), Vol.6, No.1, January 2014 21 C (P II (Eprk (HMAC II S_value))). 5- Encrypt the result from step 4 using PGP as follows: C Epbk (P II ( Epr (HMAC II S_value))). 6- Encrypt the result from step 5 using sWIFI as follows: C E sWIFI [Epbk (P II ( Epr (HMAC II S_value))) ]. Figure 2: Authentication model in Receiver side On the receiver's side, the receiver uses the sWIFI decryptor to get the PGP encrypted message, which is then decrypted using the sender's Public key with the receiver's private key. The receiver then uses the AES decryptor to retrieve the encrypted message that contains the HMAC and S_VALUE at the end of the message. The receiver then extracts the HMAC and S_VALUE, and generates a new HMAC from the received message. The receiver then compares both HMACs. If both HMACs match, the message is authenticated and has not been altered, or otherwise, the receiver sends the sender a request to resend the message. The full process is illustrated by the following steps: 1- Receive the message (cipher text) from the sender as follows:
  • 6. International Journal of Network Security Its Applications (IJNSA), Vol.6, No.1, January 2014 22 C E sWIFI [ Epbk ( P II ( Eprk (HMAC II S_value))) ] Then the receiver decrypts the formula as follows: P D sWIFI [ Epbk ( C II ( Eprk (HMAC II S_value))) ] 2- Decrypt the result from step1 using PGP as follows: P Dpbk ( C II ( Eprk (HMAC II S_value))). 3- Decrypt the result from step 2 as follows: P Dprk (HMAC II S_value))). 4- Extraction the HMAC with S_value. 5- Compare the plain text (original message) from sender side with the message from receiver side. If there is no alteration of the message was found then the message is authenticated. 4. CONCLUSION A novel design approach for authentication system was presented in this paper. Our approach can reduce the security risk across networks by combining PGP, sWIFI and HMAC systems. The proposed system is expected to present, protect, and enhance the data integrity, Authentication and privacy. Also, it increases the strength against network risks. Furthermore, our authentication system is very complex, which means that it is almost impossible to decrypt the method. REFERENCES [1] Abdul-Rahman, A. (1997). The PGP Trust Model. EDI-Forum: The Journal of Electronic Commerce, 10(3), 27-31. doi: citeulike-article-id:8251892 [2] Al-Assam, H., Sellahewa, H., Jassim, S. (2010). Multi-factor biometrics for authentication: a false sense of security. Paper presented at the Proceedings of the 12th ACM workshop on Multimedia and security, Roma, Italy. [3] Alaidaros, H. M., Rasid, M. F. A., Othman, M., Abdullah, R. S. A. (2007, 14-17 May 2007). Enhancing security performance with parallel crypto operations in SSL bulk data transfer phase. Paper presented at the Telecommunications and Malaysia International Conference on Communications, 2007. ICT-MICC 2007. IEEE International Conference on. [4] Aljawarneh, S., Masadeh, S., Alkhateeb, F. (2010). A secure wifi system for wireless networks: an experimental evaluation. NETWORK SECURITY(Jun), 6-12. [5] American Bankers, A. (2000). Keyed hash message authentication code : X9.71-2000. Wash., D.C.: ABA. [6] Chadwick, D. W., Young, A. J., Cicovic, N. K. (1997). Merging and extending the PGP and PEM trust models-the ICE-TEL trust model. Network, IEEE, 11(3), 16-24. doi: 10.1109/65.587045 [7] Diffie, W., Hellman, M. E. (1979). Privacy and authentication : An introduction to Cryptography. Proceedings of the IEEE, 397.
  • 7. International Journal of Network Security Its Applications (IJNSA), Vol.6, No.1, January 2014 23 [8] Dusi, M., Gringoli, F., Salgarelli, L. (2008, 8-10 Sept. 2008). A Model for the Study of Privacy Issues in Secure Shell Connections. Paper presented at the Information Assurance and Security, 2008. ISIAS '08. Fourth International Conference on. [9] Gibson, D. (2002). Email Security Risks and How To Reduce Them. 1.4. [10] Griffin, J. A. (1998, 12-13 Jun 1998). Privacy and security in the Digital Age. Paper presented at the Technology and Society, 1998. ISTAS 98. Wiring the World: The Impact of Information Technology on Society., Proceedings of the 1998 International Symposium on. [11] Guibing, G., Jie, Z., Vassileva, J. (2011, 22-27 Aug. 2011). Improving PGP Web of Trust through the Expansion of Trusted Neighborhood. Paper presented at the Web Intelligence and Intelligent Agent Technology (WI-IAT), 2011 IEEE/WIC/ACM International Conference on. [12] Hajny, J., Pelka, T., Zeman, V. (2010, 26-28 July 2010). Privacy protection for user authentication. Paper presented at the Security and Cryptography (SECRYPT), Proceedings of the 2010 International Conference on. [13] Internet security and encryption. (2012) Retrieved 18/12/2012, from http://www.hazemsakeek.com/Scientifc_Assay/internet/security.htm [14] Krovetz, T. (2006). Message Authentication on 64-bit Architectures. IACR Cryptology ePrint Archive, 37. [15] Kurniawan, Y., Albone, A., Rahyuwibowo, H. (2011, 17-19 July 2011). The design of mini PGP security. Paper presented at the Electrical Engineering and Informatics (ICEEI), 2011 International Conference on. [16] McLaughlin, L. (2006). Philip Zimmermann on What's Next after PGP. Security Privacy, IEEE, 4(1), 10-13. doi: 10.1109/msp.2006.20 [17] O'Gorman, L. (2003). Comparing passwords, tokens, and biometrics for user authentication. Proceedings of the IEEE, 91(12), 2021-2040. doi: 10.1109/jproc.2003.819611 [18] Serwan Waleed, J. (2011). IMPROVEMENT OF DATA INTEGRITY USING DIFFERENT ENCRYPTION ALGORITHMS. IRAQI JOURNAL OF COMPUTERS,COMMUNICATION AND CONTROL amp; SYSTEMS ENGINEERING โ€ซุฉู„ุฌู…ู„ุงโ€ฌ โ€ซุฉูŠู‚ุงุฑุนู„ุงโ€ฌ โ€ซุฉุณุฏู† ู„โ€ฌ โ€ซุชุงุจุณุงุญู„ุงโ€ฌ โ€ซุชุงู„ุงุตุชุงู„ุงูˆโ€ฌ โ€ซุฉุฑุทูŠุณู„ุงูˆโ€ฌ โ€ซู…ุธู†ู„ุงูˆโ€ฌ, 11(2), 1-6. Authors Shadi R. Masadeh received a BSc degree in Computer Science and Computer Information System in 2000 and MSc degree in Information Technology in 2003. with a Thesis titled A Mathematical Approach for Ciphering and Deciphering Techniques After that, I received PhD from department of Computer Information System in 2009 with a Thesis titled A New Embedded Method for Encryption/Decryption Technique Using Self Approach My research interests including E- learning Management and Security Issues, Encryption and Decryption Systems. Networking and Wireless security. Currently, I'm working at Al-ISRA University in Computer Networks Department as assistant Prof. I have submitted a number of conference papers and journals. Ahmad Azzazi is an assistant professor in the Department of Computer Information Systems at the Applied Science University. Dr. Azzaziโ€™s research interests include software engineering frameworks, speech processing, software security, expert systems and expert systems.
  • 8. International Journal of Network Security Its Applications (IJNSA), Vol.6, No.1, January 2014 24 Bassam A. Y. Alqaralleh received a BSc degree in Computer Science in 1992, graduate Diploma in Computer Information Systems in 2002 and Masters degree in Computer Science in 2004. After that, I received PhD from University of Sydney in 2010 with a Thesis titled Addressing Data and Access Skew Problems in Data-Indexed Overlays. My research interests including Distributed Systems, Load-Balancing, Networking, Security Systems. and Wireless security. Currently, I'm working at Al-Hussein Bin Talal University in Computer Science Department as assistant Prof. I have published a number of conference papers and journals. Ali Mousa Al Sbou has got the BSc degree in computer science from Mutah University, Jordan in 2001.Andhe has got master degree in information technology from Universiti Utara Malaysia, Malaysia in 2010. He is works as a Computer lab supervisor at Al Hussein Bin Talal University, Jordan.