New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curate Other Implementations of Paseto #45

Closed
paragonie-scott opened this Issue Mar 6, 2018 · 14 comments

Comments

Projects
None yet
9 participants
@paragonie-scott
Member

paragonie-scott commented Mar 6, 2018

Languages desired:

  • C
  • C# (.NET)
  • Go
  • Java
  • Javascript
  • Perl
  • Python
  • Ruby
  • Rust
  • Swift
  • Feel free to suggest other languages too.
@aidantwoods

This comment has been minimized.

Show comment
Hide comment
@aidantwoods

aidantwoods Mar 6, 2018

Contributor

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

Contributor

aidantwoods commented Mar 6, 2018

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

@paragonie-scott

This comment has been minimized.

Show comment
Hide comment
@paragonie-scott

paragonie-scott Mar 6, 2018

Member

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

Member

paragonie-scott commented Mar 6, 2018

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

@rlittlefield

This comment has been minimized.

Show comment
Hide comment
@rlittlefield

rlittlefield Mar 8, 2018

Contributor

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

Contributor

rlittlefield commented Mar 8, 2018

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

@SecurityInsanity

This comment has been minimized.

Show comment
Hide comment
@SecurityInsanity

SecurityInsanity Mar 9, 2018

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

SecurityInsanity commented Mar 9, 2018

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

@paragonie-scott

This comment has been minimized.

Show comment
Hide comment
@paragonie-scott

paragonie-scott Mar 9, 2018

Member

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

Member

paragonie-scott commented Mar 9, 2018

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

@aidantwoods

This comment has been minimized.

Show comment
Hide comment
@aidantwoods
Contributor

aidantwoods commented Mar 11, 2018

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

@nask0

This comment has been minimized.

Show comment
Hide comment
@nask0

nask0 Mar 12, 2018

It should be great to see JavaScript implementation.

nask0 commented Mar 12, 2018

It should be great to see JavaScript implementation.

@paragonie-scott

This comment has been minimized.

Show comment
Hide comment
@paragonie-scott
Member

paragonie-scott commented Mar 12, 2018

c11bedf :P

@idaviddesmet

This comment has been minimized.

Show comment
Hide comment
@idaviddesmet

idaviddesmet Mar 15, 2018

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

idaviddesmet commented Mar 15, 2018

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

@dustinsoftware

This comment has been minimized.

Show comment
Hide comment
@dustinsoftware

dustinsoftware Mar 16, 2018

Contributor

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

Contributor

dustinsoftware commented Mar 16, 2018

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

@martinstreicher

This comment has been minimized.

Show comment
Hide comment
@martinstreicher

martinstreicher Mar 29, 2018

Anyone working on a Ruby version of this?

martinstreicher commented Mar 29, 2018

Anyone working on a Ruby version of this?

@paragonie-scott

This comment has been minimized.

Show comment
Hide comment
@paragonie-scott

paragonie-scott Mar 29, 2018

Member

I'm not aware of any in development.

Member

paragonie-scott commented Mar 29, 2018

I'm not aware of any in development.

@minus7

This comment has been minimized.

Show comment
Hide comment
@minus7

minus7 Apr 3, 2018

Contributor

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)

Contributor

minus7 commented Apr 3, 2018

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

This comment has been minimized.

Show comment
Hide comment
@paragonie-scott

paragonie-scott Apr 4, 2018

Member

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. 👍

Member

paragonie-scott commented Apr 4, 2018

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. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment