Pinned Repositories
ngx-treeview
An Angular treeview component with checkbox
composer
Visual and code editor for Common Workflow Language
AES
angular-tree-component
A simple yet powerful tree component for Angular (>=2)
ARP
The aim of the applet, designed for the Kurose-Ross website, was to provide for a visualisation of the ARP protocol to aid in its understanding, to go in tandem with their textbook. The applet is descriptive and is coded in Java. Provisions to control the packet movement speeds are given, for users to better understand the address resolution phase. The simulation also demonstrates how various protocols are applied to packets at each layer, giving the user an overall understanding of the packet transfer from source to destination hosts.
Cryptanalysis.
Cryptanalysis using classical polyalphabetic substitution cipher
samyuktr.github.io
Web_Application
Web Application built as a part of CSCI571 course at USC.
Webpage
ngx-rightclick
Context Menu Service for Angular
samyuktr's Repositories
samyuktr/Cryptanalysis.
Cryptanalysis using classical polyalphabetic substitution cipher
samyuktr/AES
samyuktr/angular-tree-component
A simple yet powerful tree component for Angular (>=2)
samyuktr/ARP
The aim of the applet, designed for the Kurose-Ross website, was to provide for a visualisation of the ARP protocol to aid in its understanding, to go in tandem with their textbook. The applet is descriptive and is coded in Java. Provisions to control the packet movement speeds are given, for users to better understand the address resolution phase. The simulation also demonstrates how various protocols are applied to packets at each layer, giving the user an overall understanding of the packet transfer from source to destination hosts.
samyuktr/samyuktr.github.io
samyuktr/Web_Application
Web Application built as a part of CSCI571 course at USC.
samyuktr/Webpage
samyuktr/DES
samyuktr/Generating-Primes
To get familiar with generating prime numbers, the multiple precision math library (called BIGNUM) of openssl, and modular arithematics with BIGNUM.
samyuktr/Randomness-Tests
To get familiar with randomness testings and the RC4 stream cipher
samyuktr/Simulating_ethernet_link
Simulating ethernet link using event driven programming in C
samyuktr/Simulation_of_openssl_commands_in_C
Simulation of openssl commands in C
samyuktr/Survey_Maadi
This is a mobile enterprise application that aims at providing a flexible approach to assist the exhaustive data collection process by the non-government organizations, to evaluate the health conditions, securely maintain process and make the data available when required. The implementation followed a client-server architecture. The client side had a responsive web page that could be deployed in a variety of mobile devices and the server side maintained and efficient MySQL database that handled concurrent transactions. HTML5, CSS, and Java Script was used for uploading the surveyed data and selective display for retrieved data from the server. PHP was used for server-side scripting.
samyuktr/Visual_Cryptography
Visual cryptography using Doug Stinson's algorithm.