• Stars
    star
    8
  • Rank 2,096,867 (Top 42 %)
  • Language
    Python
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of Bleichenbacher's CCA attack on PKCS#1 v1.5

More Repositories

1

Unsupervised_Image_Clustering

The purpose of this study was to develop an algorithm that given a query image finds the “closest” entries to it on a database of images. All images files are of the same format, size and black and white, representing “meaningful shapes”. Throughout the development process, two versions were implemented and will be referred to as Version 1 and Version 2 throughout this paper. Version 1 processed each image by detecting distinct object within the matrix and caching their relevant attributes. The attributes of each database image were then compared to the attributes of each query image, and the k most similar database images were returned for each respective query. While Version 1 had an accuracy of 70\% on small datasets, it failed to scale in runtime on datasets of size 1000 query images and 1000 database images. A new approach was implemented, Version 2, which compared the difference between local binary patterns, and up to 84\% accuracy in 30 seconds on the larger provided dataset.
Python
5
star
2

movie-quality-profitability-predictor

support vector machine that predicts whether an upcoming film will profitable and/or highly regarded, based on pre-release factors such as social media analytics, budgeting, among others.
Python
1
star
3

CTFd

This is a fork of CTFd with an nginx reverse proxy as well as SLL verification
Python
1
star
4

Fall15_Robotics

Robotic projects written in Java for EV3 running LejOS
Java
1
star
5

homomorphic-encryption-coursework

eSecurity homomorphic encryption coursework
C++
1
star