Author Archives: Robert Marmorstein

About Robert Marmorstein

Robert Marmorstein is an associate professor of computer science at Longwood University. In addition to his teaching duties, he is an active open-source contributor, advisor to several student organizations, and a member of the Virginia Academy of Sciences.

Implementing CryptoSystems using OpenCL

In this project, we will look at ways to implement Cryptographic hashing using the OpenCL graphics library.  While “fast hashing” is considered bad for algorithms that use hashes to store passwords, it can be good for cryptographic hashes used to … Continue reading

Posted in Uncategorized | Comments Off on Implementing CryptoSystems using OpenCL

History

Until I can figure out how to archive this site, it needs to stay active.  So here’s a bump post.

Posted in Uncategorized | Comments Off on History

Python-twitter

The Python-twitter package is a good place to start.  Here is a link to it: https://github.com/bear/python-twitter.

Posted in Uncategorized | Comments Off on Python-twitter