Pinned Repositories
bb84_protocol
The aim is to allow Alice and Bob to generate a secure private key that can be used for the one-time pad without having to meet privately.
Control-Home-appliances-using-Google-Assistant
Google assistant is AI (Artificial Intelligence) based voice command service. Using voice, we can interact with google assistant and it can search on the internet, schedule events, set alarms, control appliances, etc. This service is available on smartphones and Google Home devices. We can control smart home devices including lights, switches, fans and thermostats using our Google Assistant.
E-COMMERCE-WEBSITE
Online Shopping website
E-Study-Zone
Study portal where teachers can upload the Study Materials and students can download and study those materials. There is also a discussion forum.
login-register-API
A simple user profile management in node.js . User authentication is done using JWT. Database - MYSQL
NIT-Review-System
Students of different NITs can rate their respective colleges in different aspects and based on their ratings graphs of colleges are generated and a overall comparison graph which helps in comparing colleges in terms of placements, etc...
Quantum-Factoring21
Shor’s algorithm is a quantum algorithm for factoring a number N in O((log N)3) time and O(log N) space,
Quantum-Random-Number-Generator
Generate truly-random integers and floats on a quantum computer.
Quantum-Searching-in-Database
A quantum search that can search for a value or element in an unsorted set in O(√N) as opposed to classical search algorithms that at worse will find an element in O(N) time.
Secure-Communication-using-QKD
The security of our critical infrastructure is threatened by the advent of future quantum computers, breaking asymmetric cryptography – an essential part of our secure communication architecture. Quantum key distribution (QKD) remedies this weakness by providing a long term secure solution, safe against attacks from quantum computers.
aru71727's Repositories
aru71727/Secure-Communication-using-QKD
The security of our critical infrastructure is threatened by the advent of future quantum computers, breaking asymmetric cryptography – an essential part of our secure communication architecture. Quantum key distribution (QKD) remedies this weakness by providing a long term secure solution, safe against attacks from quantum computers.
aru71727/bb84_protocol
The aim is to allow Alice and Bob to generate a secure private key that can be used for the one-time pad without having to meet privately.
aru71727/E-Study-Zone
Study portal where teachers can upload the Study Materials and students can download and study those materials. There is also a discussion forum.
aru71727/Control-Home-appliances-using-Google-Assistant
Google assistant is AI (Artificial Intelligence) based voice command service. Using voice, we can interact with google assistant and it can search on the internet, schedule events, set alarms, control appliances, etc. This service is available on smartphones and Google Home devices. We can control smart home devices including lights, switches, fans and thermostats using our Google Assistant.
aru71727/Quantum-Random-Number-Generator
Generate truly-random integers and floats on a quantum computer.
aru71727/Quantum-Searching-in-Database
A quantum search that can search for a value or element in an unsorted set in O(√N) as opposed to classical search algorithms that at worse will find an element in O(N) time.
aru71727/E-COMMERCE-WEBSITE
Online Shopping website
aru71727/NIT-Review-System
Students of different NITs can rate their respective colleges in different aspects and based on their ratings graphs of colleges are generated and a overall comparison graph which helps in comparing colleges in terms of placements, etc...
aru71727/Quantum-Factoring21
Shor’s algorithm is a quantum algorithm for factoring a number N in O((log N)3) time and O(log N) space,
aru71727/login-register-API
A simple user profile management in node.js . User authentication is done using JWT. Database - MYSQL
aru71727/Sending-Email-Using-Node.js
A simple module verifying user existing gmail account and allows to compose and send emails.