Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default DES Encryption functionality

I am after a function or module that I can use or import into an Excel
spreadsheet to support DES encrypt/decrypt calculations?
Also, I aslo need to support XOR as well!
Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default DES Encryption functionality

Hi Michael,

Regarding the XOR, there is a VBA function XOR, but one appears not to have
been implemented as standard in the worksheet functions.
One possibility (?) if not using VBA might be to implement one as e.g. :

=AND(NOT(AND(A1,B1)),OR(A1,B1))

HTH
Anthony

"Michael P" wrote:

I am after a function or module that I can use or import into an Excel
spreadsheet to support DES encrypt/decrypt calculations?
Also, I aslo need to support XOR as well!
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default DES Encryption functionality

Hi Michael,

Was looking around Excel. My post re XOR may not be relevant,
in which case sorry for bandwidth.
In Tools, Options, Security, Advanced, there is an option to choose Weak
Encryption (XOR). Can't see DES as such. My guess is that there may be an
Excel add-in that could be obtained.

Hope that may be more helpful (?)

Anthony

"Michael P" wrote:

I am after a function or module that I can use or import into an Excel
spreadsheet to support DES encrypt/decrypt calculations?
Also, I aslo need to support XOR as well!
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Raj Raj is offline
external usenet poster
 
Posts: 130
Default DES Encryption functionality

Whoa! I cant believe MS could be that loose... no arithmetic XOR
functionality... if I wanted to xor to numbers 0x48 and 0x54, how'd I do it?
Any help from anyone?
Raj

"Anthony D" wrote:

Hi Michael,

Was looking around Excel. My post re XOR may not be relevant,
in which case sorry for bandwidth.
In Tools, Options, Security, Advanced, there is an option to choose Weak
Encryption (XOR). Can't see DES as such. My guess is that there may be an
Excel add-in that could be obtained.

Hope that may be more helpful (?)

Anthony

"Michael P" wrote:

I am after a function or module that I can use or import into an Excel
spreadsheet to support DES encrypt/decrypt calculations?
Also, I aslo need to support XOR as well!
Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default DES Encryption functionality

Hello,

Put '48 into A1, '54 into B1.

Then
=DEC2HEX(SUMPRODUCT(--(MID(HEX2BIN(A1,10),ROW(INDIRECT("1:10")),1)<MID( HEX2BIN(B1,10),ROW(INDIRECT("1:10")),1)),2^(10-ROW(INDIRECT("1:10")))))
will return your XOR.

Have fun,
Bernd

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using "offset" functionality in graphs. HOW? ZEB Charts and Charting in Excel 1 May 24th 06 07:50 PM
Running of Worksheet Change Macro breaks undo functionality. Rob Manger Excel Discussion (Misc queries) 1 April 6th 06 04:04 AM
Help with Countrows functionality within a Macro Pank New Users to Excel 5 July 11th 05 07:05 PM
Losing Add-Inn Functionality Ben Excel Discussion (Misc queries) 0 April 20th 05 06:06 AM
Excel Encryption Key Chris Wagoner Excel Discussion (Misc queries) 2 December 17th 04 04:01 PM


All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"