[solved] Failed Login - Error occurred while decoding OAEP padding (3 Viewers)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    i remember @DaBIGOne implement something about (for eventghost) and ask if we can add the method in MP core for being used in different plugins :)
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Thanks Popy.

    @Sebastiii , is there already something in MediaPortal that I can re-use? Doesn't the TVServer save the password somewhere?
     
    Last edited:

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    @popy, I just changed the method to the one above on stackoverflow as its pretty simple which is all we need.

    Here is a test dll to see if it works okay for you. You will need to re-enter password again.
     

    Attachments

    • TraktPlugin.zip
      289 KB

    popy

    MP Donator
  • Premium Supporter
  • July 3, 2011
    617
    141
    @popy, I just changed the method to the one above on stackoverflow as its pretty simple which is all we need.

    Here is a test dll to see if it works okay for you. You will need to re-enter password again.

    thx, will test at evening and report back.

    pOpY
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Thanks :) i need to find the post where DaBigOne ask to put public method in mp core, but don't remember when it happen, i think @ strat of eventghost change :)
     

    popy

    MP Donator
  • Premium Supporter
  • July 3, 2011
    617
    141
    @popy, I just changed the method to the one above on stackoverflow as its pretty simple which is all we need.

    Here is a test dll to see if it works okay for you. You will need to re-enter password again.

    @ltfearme: What do you use for the passphrase? Some info like computername?

    public static string Encrypt(string plainText,string passPhrase)

    thx
    pOpY
     

    Users who are viewing this thread

    Top Bottom