[U2] Help with encryption

2009-05-12 Thread IT-Laure Hansen
Does anyone know how to cause MD5 hashing in Universe? UV 10.2.3 on Win2003 server. I am hoping for a Basic command that I can run on a desired piece of data. Reading documentation so far hasn't helped, am I wanting to do something that is not available to me? Thanks in advance! Laure Hansen,

Re: [U2] Help with encryption

2009-05-12 Thread Rex Gozar
FUNCTION MD5SUM(TEXT) * Return an MD5 hash * CVS $Revision: 1.2 $ $Date: 2009/04/14 17:13:27 $ ** EQU ALGORITHM$MD5 TO MD5 EQU DATALOC$STRING TO 1 EQU DATALOC$FILE TO 2 RESULT = ERRCODE = DIGEST(ALGORITHM$MD5, TEXT, DATALOC$STRING, RESULT) RESULT =

RE: [U2] Help with encryption

2009-05-12 Thread Dave Greer
I'm only aware of RC5 and some des. See ENCRYPT function in Basic Ref. -Original Message- From: IT-Laure Hansen [mailto:lhan...@redwoodcity.org] Sent: Tuesday, May 12, 2009 2:48 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Help with encryption Does anyone know how to cause MD5

[U2] WebDE suddenly unable to connect

2009-05-12 Thread Adam Taylor
Hey all, We have a weird issue with WebDE that has suddenly come up that I'm hoping someone can help point me in the right direction on. Starting today, we are unable to connect to our testing server through WebDE. This is an installation that has been working and stable for some time, but all

RE: [U2] Help with encryption

2009-05-12 Thread IT-Laure Hansen
Thanks. These seem to only handle symmetrical encryption, not one-way hashing (like MD5), but maybe I am missing something. Still reading...! Laure Hansen, City of Redwood City - Information Technology 1017 Middlefield Road - Redwood City, CA 94063 Office 650-780-7087 - Cell 650-207-3235 - Fax

RE: [U2] Help with encryption

2009-05-12 Thread jpb-u2ug
Charles, If you have Outlook you have to use the out of office assistant on the tools menu. You can make it so no message goes to the list. Jerry Banker -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of

RE: [U2] Help with encryption

2009-05-12 Thread Tom Whitmore
Hi Laure, The U2 encryption is symmetrical. I have asked about one-way, but I have been informed that this is not available. We use gpg to provide a level of one-way encryption. It's not the best, but it is the only option we could find. Tom

RE: [U2] Help with encryption

2009-05-12 Thread Tony G
From: Tom Whitmore We use gpg to provide a level of one-way encryption. It's not the best, but it is the only option we could find. Does Universe or Unidata have a way to link custom functions into the monitor? This would facilitate in-process execution of code directly from BASIC. For

RE: [U2] Help with encryption

2009-05-12 Thread Dan McGrath
In Unidata there is a CALLC function -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Tony G Sent: Wednesday, 13 May 2009 10:27 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Help with encryption From: Tom

RE: [U2] Help with encryption

2009-05-12 Thread Henry Unger
We link over 300 C functions that we have written into UniVerse using its GCI. Best regards, Henry Henry P. Unger Hitech Systems, Inc. http://www.hitech.com -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Tony G Sent: