paragonie / paseto

Platform-Agnostic Security Tokens
https://paseto.io
Other
3.24k stars 108 forks source link

Curate Other Implementations of Paseto #45

Closed paragonie-scott closed 6 years ago

paragonie-scott commented 6 years ago

Languages desired:

aidantwoods commented 6 years ago

I started on a Swift implementation based on the PHP library if you also wanted to add Swift to the list?

paragonie-scott commented 6 years ago

Swift would be great too! I was just listing the languages I know that aren't obscure (e.g. ColdFusion or Delphi)

rlittlefield commented 6 years ago

I just released an early version of a fork of pypast that was diverged so much it basically just has the pre_auth_encode function leftover. Currently just supports "local", but I'm interesting in getting the rest. It even has unit tests for encrypt/decrypt, matching the ones in Version2VectorTest.php.

https://github.com/rlittlefield/pypaseto https://pypi.python.org/pypi/paseto

Mythra commented 6 years ago

We have now gotten approval at work to open source our rust implementation for Paseto: https://github.com/instructure/paseto

paragonie-scott commented 6 years ago

I'm going to update the README with links to these implementations this evening. :D

aidantwoods commented 6 years ago

Righto, here's Swift: https://github.com/aidantwoods/swift-paseto

nask0 commented 6 years ago

It should be great to see JavaScript implementation.

paragonie-scott commented 6 years ago

https://github.com/paragonie/paseto/commit/c11bedf9af32d1ff0bca64043d4972ba63ec8d30 :P

daviddesmet commented 6 years ago

Just released the library I was working on for .NET which supports v1 and v2 public purpose. :-] https://github.com/idaviddesmet/paseto-dotnet

dustinsoftware commented 6 years ago

My Paseto.NET port just hit 1.0.0 and now fully supports v2 local and public tokens

martinstreicher commented 6 years ago

Anyone working on a Ruby version of this?

paragonie-scott commented 6 years ago

I'm not aware of any in development.

minus7 commented 6 years ago

We have just published our C implementation: https://github.com/authenticvision/libpaseto It only supports v2 local tokens at the moment. We also have semi-working Java, .NET and Python bindings that we could add (currently not in the repo)

paragonie-scott commented 6 years ago

Awesome @minus7 :)

Okay, I'm going to close this issue. We still don't have Ruby or Perl bindings, but they were added to the list arbitrarily and the goal of the ticket was to have some means of curating the different implementations, and now that we have https://paseto.io, this is resolved.

Thanks everyone for implementing Paseto in your favorite languages and sharing them here. 👍