Author Topic: sha1.h and base64.h for the pro?  (Read 2473 times)

digi_guy

  • Jr. Member
  • **
  • Posts: 87
sha1.h and base64.h for the pro?
« on: January 26, 2015, 09:35:59 am »
I'd like to try hosting a small websocket on the pro.

Most of it should be pretty easy, and I have a template running in python. The only problem is that the browser sends an encrypted key that needs an Sha 1 hash, then converted to base64.

Is it possible to get sha1.h working on the pro (I think I have base64.h working)?  I tried downloading a couple of versions from github, eventually found that they need client.h to work.