You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Jackybob

Professional

  • "Jackybob" is male
  • "Jackybob" started this thread

Posts: 16

Date of registration: Aug 18th 2006

Location: France

  • Send private message

1

Wednesday, August 30th 2006, 3:57pm

Are data crypted?

Hello!
I would like to know if the communication between the client and the server are crypted? (like data transfer or authentification)
Thanks.

[edit] I would like to know too what happened in case of unexpected reboot? (during an electricity breakdown for example).
Data are stored in memory? So if there is a reboot... all is lost.
When are data be saved in the hard drive?

This post has been edited 1 times, last edit by "Jackybob" (Aug 30th 2006, 5:54pm)


v_malicevic

Palo Team

  • "v_malicevic" is male

Posts: 454

Date of registration: Oct 26th 2005

Location: Germany

  • Send private message

2

Thursday, August 31st 2006, 9:16am

RE: Are data crypted?

Hi!
Communication between client/server is currently not encrypted. Neither data transfer nor data related to authentication. In scenarios where you are “talking” to local server instance (client and server running on the same machine) on a single user system, this should not be a big issue. However, if you do care about security of data, especially when you are communicating with remote servers, there are ways (workarounds) to make things more secure. In Palo 1.0 you would have to do this transparently from Palo (for example by using secure VPN tunnel between client and server), or if you are fit enough you could do some tweaking on server and libpalo side to support some secure communication protocol (don’t forget Palo is Open Source – anybody can download latest source code and start making it better).

Palo is MOLAP: among other things this also means it keeps al of its data in memory. Keeping it only in memory would do us no good. Either we would have to keep our machine running all the time or we would have to re-create and re-import all the data every time we start our computer. To avoid this, Palo does all the work for you – it writes log data which helps it re-create the state in which it was before server stopped/crashed/janitor pulled the plug out. Palo does this job pretty good but there is always place for improvement.

We are working hard on our next version (Palo 1.5) which will address or at least make it far easier to solve most of the issues described above. Stay tuned! ;)
Mit freundlichen Gruessen/ With kind Regards / Meilleures salutations

Vladislav Malicevic
Head of Research and Development

Jedox AG

Jackybob

Professional

  • "Jackybob" is male
  • "Jackybob" started this thread

Posts: 16

Date of registration: Aug 18th 2006

Location: France

  • Send private message

3

Tuesday, September 5th 2006, 2:49pm

Oh! I didn't see there was an answer ! Thanks for being so clear!

So, if I understand well for the logs :
- A database in Palo makes 0 Ko if Palo isn't started. When Palo starts, it executes the commands from the logs (all modeller actions, all inserts from the import, all modifications... etc)?

Thanks and congratulations for your work!
(I will keep an eyes on the 1.5 version).

christoph

Trainee

  • "christoph" is male

Posts: 4

Date of registration: Nov 25th 2008

  • Send private message

4

Monday, April 13th 2009, 8:37am

Version 2.5

Hi!

Is the communication between client/server now encrypted in version 2.5?

Regards,

Christoph

Rate this thread