Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Password encryption in Quick'n Easy FTP server

Featured Replies

Hello,

I'm writing a FTP automated server around Quick'n Easy FTP server, and, i would need to dynamically update the USERS.XML file via code.

 

But for that to work i would need to know what algorithm has been used to encrypt (or hash) the password.

 

I know it's not md5, :lol:

And I thought for a while it was something like :

 

CryptedletterN=(StringLenght$+letterN+N) for N=0 to (StringLenght$-1) , but it seems a bit more twisted.

 

I'd really appreciate if the developper could give me at least a hint.

Thanks in Advance

 

LoupV

You may have to go to the developer's site and ask for that. I have no idea what algorithm he uses, and i also tried to find our a while back cause it was powerful and i needed something like that.

 

Developer's Site: http://www.pablosoftwaresolutions.com/

  • Author
You may have to go to the developer's site and ask for that. I have no idea what algorithm he uses, and i also tried to find our a while back cause it was powerful and i needed something like that.

 

Developer's Site: http://www.pablosoftwaresolutions.com/

2000[/snapback]

 

Thanks a lot,

I actually checked the boards there and found this :

The password encryption is not public available.

 

But there is an undocumented attribute in the PASSWORD tag that allows you to set an unencrypted password like this:

 

<PASSWORD encrypted="0">Password</PASSWORD>

 

The FTP server will not try to decrypt the password when encrypted="0" (be aware of the quotes!)

 

which helps me tremendously. I'm posting it here for reference if anyone has the same problem as me.

 

LoupV

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.