Has anyone ever encountered issues with encrypting type 18 file data?
Base64 is an encoding (not encryption) that represents data as basic a-z,A-Z,0-9,- and = characters so it should save well in any type of MV file.
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2411/4946 - Release Date: 04/19/12
Base64 is an encoding (not encryption) that represents data as basic a-z,A-Z,0-9,- and = characters so it should save well in any type of MV file.
From: mvd...@googlegroups.com [mailto:mvdbms@googlegroups.com] On Behalf Of Scott Johnston
Sent: 19 April 2012 21:20
To: mvd...@googlegroups.com
Subject: [mvdbms] Base64: Type 19 text files vs. Type 18 hashed files
I'm working on a little project to move base64 encrypted records from a type 19 to a type 18 for a variety of reasons. The original designer went with type 19 files because, he was wary the type 18 wouldn't work properly with type 18. I have tested type 18 again the type 19 in a one-to-one comparison and I do not see any issues.
Has anyone ever encountered issues with encrypting type 18 file data?
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+unsubscribe@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
Bases64 encoding text is just pure text and will not affect any type of uv file in any way – just as you can store “hello world” in any type of uv file so you can also store base64 encoded text, it is just text and will never have any @vm, or other delimiters in it.
From: mvd...@googlegroups.com [mailto:mvd...@googlegroups.com] On Behalf Of Scott Johnston
Sent: 23 April 2012 13:54
To: mvd...@googlegroups.com
Subject: Re: [mvdbms] Base64: Type 19 text files vs. Type 18 hashed files
Tomato, ToMAAto... the doc uses both terminologies..
ENCRYPT function
Syntax
ENCRYPT(algorithm, action, data, dataLoc,key, keyLoc, keyAction, salt, IV, result, resultLoc)
Description
The ENCRYPT() function performs symmetric encryption operations. Various block and stream symmetric ciphers can be called through this function. The supported ciphers are listed below.
Ciphers are specified by algorithm and are not case sensitive. Base64 encoding and decoding can be specified with the action parameter. If encoding is specified, the encrypted data is Base64 encoded before being entered into result. If decoding is specified, the data is Base64 decoded before being encrypted. The data and its location are specified by data and dataLoc, respectively. Key can be explicitly specified or read from a file, or, alternatively, derived on the fly, specified by keyAction, in which case the key string is used as a pass phrase to derive the actual key. The encrypted or decrypted data is put into the dynamic array result, or a file, as specified by resultLoc.
Either way, I have not found any reason why it has to be a type 19 sequential file as opposed to a type 18 hashed file. I am asking if anyone has had any experience or issues doing this. I am not worrying about semantics.
On Friday, April 20, 2012 5:29:24 AM UTC-4, Symeon Breen wrote:
Base64 is an encoding (not encryption) that represents data as basic a-z,A-Z,0-9,- and = characters so it should save well in any type of MV file.
From: mvd...@googlegroups.com [mailto:mvd...@googlegroups.com] On Behalf Of Scott Johnston
Sent: 19 April 2012 21:20
To: mvd...@googlegroups.com
Subject: [mvdbms] Base64: Type 19 text files vs. Type 18 hashed files
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2411/4946 - Release Date: 04/19/12
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2411/4953 - Release Date: 04/22/12
The reason ENCRYPT also includes a base64 encoding is because most encrypted text becomes a byte stream, and so it would be very dangerous to store the subsequent stream in a uv file as it would most certainly contain odd characters that are used as delimiters in uv files. If you base64 encode the encrypted string it is just plain ascii text and so can be safely stored as per any other string.
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2411/4946 - Release Date: 04/19/12
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
No virus found in this message.
Checked by AVG - www.avg.com
To unsubscribe, email to: mvdbms+unsubscribe@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2411/4946 - Release Date: 04/19/12
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+unsubscribe@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms