Tagged Questions
ECB (Electronic Code Book) is a basic mode of operation in block ciphers.
3
votes
2answers
90 views
Is It Ever Recommended To Use The ECB Cipher Mode?
Judging from this Wikipedia article on cipher modes and other things I've heard about ECB, it's a big no-no and can leak information about your encrypted data. However, there are still plenty of ...
3
votes
1answer
139 views
Encryption: TCB (Tweaked CodeBook) algorithm - what is it?
Can someone please provide a description of TCB algorithm?
2
votes
1answer
172 views
Git Version Control in Emacs Code Browser
I recently installed emacs code browser and noticed that CVS is integrated into it. Can ecb configured to use git as well? Thanks.
2
votes
1answer
899 views
Java AES Decrypting problem
I have been tasked with decrypting a file in Java that has been encrypted using the following criteria:
AES encryption algorithm with 128-bit key, ECB mode and PKCS7 padding.
The encrypted file ...
2
votes
1answer
428 views
How to remove directory window and add a cscope window in Emacs ECB?
Yesterday I installed ECB on my Emacs, and I find method window and history window quite useful. But directory tree window and source window less useful, if I can hide them I will save more space for ...
2
votes
5answers
2k views
DES encryption and cipher modes
I need to encrypt an ISO 8583 message... the problem here is that the message is longer than the key. I need some one help me how to encrypt this string.
For example: I have 300 chars in my string; ...
1
vote
1answer
96 views
Decrypting blowfish-ecb with nodejs crypto vs php's mcrypt
I'm trying to decode the following base64-encoded ciphertext in Node.js with the built-in crypto library
...
1
vote
0answers
177 views
TripleDES ECB Encryption in Perl that's compatible with PHP mcrypt's implementation
I'm trying to create a package in perl that is equivalent to our pre-existing class in php for handling data encryption.
The encryption type seems to be TripleDES in ECB mode however I cannot ...
1
vote
4answers
258 views
Do pro emacs users use ecb and/or cedet when building web applications with lots of directories?
Just wondering, as dired seems tedious.
1
vote
0answers
422 views
How to get context information in Javascript from the Sharepoint ECB menu items - CAMOpt
I want to hide specific menu items in the ECB of a sharepoint list, in function of the item the ECB is opend for.
I overloaded the CAMOpt function to hide some context menus for all listitems. That ...
1
vote
2answers
358 views
One Directory in Emacs ECB ecb-source-path?
I'm setting up emacs for Ruby on Rails development, and would like the ECB window to show only the directory for the project I'm working on. Is that possible?
Let's assume that I start emacs after I ...
1
vote
0answers
484 views
decrypting 3des ecb with md5 key on ios
I am trying to decrypt data from a .net server in an ios application. The data has been encrypted with 3des in ecb mode. I was able to successfully decrypt this same data on Android, but on ios I ...
1
vote
1answer
553 views
Encrypt with PHP and Decrypt with Java
I have to write a program to decrypt a message using JAVA. The message is encrypted using Triple DES / ECB implemented in PHP. I have tried a few different settings on the algorithm, mode, and padding ...
1
vote
4answers
213 views
Is there any ECB (or other)-enhanced find file mojo?
Can I use ECB (or some other project aware thing, like eproject, ibuffer, etc.) to enhance emacs's find-file goodness?
Imagine this scenario: I have several projects/directories specified in my ...
1
vote
1answer
140 views
Can ECB be restricted to “take over” only the current buffer when it's activated?
From the get go: sorry if I'm not using the proper emacs terminology -- I'm relatively wet behind the ears in the emacs world.
Most of my work in emacs is for programming R, and I'm using ESS and ECB ...
1
vote
1answer
370 views
emacs semantic/ECB namespace-struct C++ confusion
I'm trying to setup ECB to work with C++ sources.
seemingly, semantic or ECB has problem determining whenever a function declarant with explicit namespace, namespace:: function , is really in the ...
1
vote
2answers
549 views
How do I run a command just after the emacs frame has been rendered?
I'm trying to figure out how to use Emacs Code Browser (ECB) and one of the things you can do with it is set ecb-windows-width to decide how wide the ecb windows are. The problem is this sequence:
...
1
vote
3answers
954 views
how to apply custom action in ECB only for document item
I have added a menu item in edit control block(ECB) in document library(using following msdn article http://msdn.microsoft.com/en-us/library/ms473643.aspx)
Now i found that the custom action(menu ...
0
votes
1answer
62 views
Emacs ECB Method window not showing all methods
I cannot understand why I only see a few methods in ECB method window and if I click on half of shown methods, I get:
ECB 2.40 - Warning: The tag-visit-function `ecb-tag-visit-smart-tag-start' moves ...
0
votes
1answer
65 views
How to set “ecb-source-path” of ecb of Emacs?
This stupid question spent me a whole day, and I still don't know how to set it.
I'm new to emacs and ecb -- I installed it the first time today. The I found the "directory window" was empty when I ...
0
votes
0answers
47 views
Emacs code browser “Store current window-sizes” doesn't actually save window dimensions
I'm using emacs with CEDET+emacs code browser (ECB). For the most part, ECB works great. Hwoever, I'm trying to get the window sizes saved so I don't have to drag the panes around everytime I restart ...
0
votes
1answer
435 views
AES 128 ECB Decrypting in .net C#
For my new project I have to decrypt some files that have been previously encrypted by somebody else.
The information I have so far, is :
"The encryption is based on Advanced Encryption Standard ...
0
votes
0answers
236 views
AES 128 encrypting
NSData *toencrypt = [@"pnZ2T4G4V" dataUsingEncoding:NSASCIIStringEncoding];
NSData *pass1 = [@"1234567890123456" dataUsingEncoding:NSASCIIStringEncoding];
NSData *iv = [@"1010101010101010" ...
0
votes
0answers
114 views
Sharepoint 2010 ECB UrlAction multiple id's
Is it possible to pass multiple id's to the URL action for an ECB? Do you have any example of doing this?
0
votes
1answer
327 views
Rijndael-128 ECB on PHP
I would like to know how can I do this on PHP:
Public Function DesencriptarRijndael(ByVal texto As String, ByVal key As String, ByRef Respuesta As Integer, ByRef Mensaje As String) As String
Dim ...
0
votes
1answer
160 views
Emacs ECB cursor invisible in directory tree
I've installed Emacs on OSX Snow Leopard using Homebrew (brew install emacs --cocoa). Having brought over my .emacs.d from Ubuntu, everything seems ok except when browsing the directory tree the ...
0
votes
1answer
566 views
How to programmatically disable ecb menu item for a particullar list item
I have a custom document library which is based on default document library. I'd like to disable Edit physical document for some of the documents depending on their property.
0
votes
2answers
1k views
Installing CEDET 1.0pre6 as user while keeping CEDET 1.0pre4 deb package installed
My work computer (Ubuntu 8.10) has CEDET version 1.0pre4 installed, and I'm trying to install the newest version of CEDET (1.0pre6) in my local directory (the ultimate goal, upgrading ECB to the ...