ECB (Electronic Code Book) is a basic mode of operation in block ciphers.
2
votes
1answer
60 views
Proceess a single AES-128-EBC block using C/C++ and openssl
I want to en- and decode a single 16 bytes block of data using AES-128-ECB cipher.
First I did it via the openssl command line utility using the ASCII 16 characters string "a_key_simple_key" as the ...
0
votes
0answers
27 views
What are the default cipher modes for .NET, Java, php and python?
I'm putting together a crypto document and I can't find documentation stating what the default cipher modes(ECB, CBC, etc..) are for .NET, Java, php and python. So pretty much if you don't define a ...
0
votes
0answers
29 views
Unexpected behavior of 'other-window' function when using ECB
I'm using the ecb package from the repository in emacs 24.3, I believe it is 2.40.
Whenever I run "ecb-activate" to get my sidebar and layout setup, the behavior of the "other-window" command changes ...
1
vote
2answers
136 views
Emacs 24.3.1 and ECB 2.40 Error: ECB can only be used with cedet [1.0pre6, 1.1.9]
Running Ubuntu 12.10 with Emacs 24.3.1 and ECB 2.40. Not sure what actually caused this, other than an apt-get update && upgrade I ran a couple days ago.
It started when I rebooted my ...
0
votes
0answers
53 views
ecb installation error on windows version emacs 24.3
I have emacs 24.3 installed on windows, and tried to install ecb version 20130406.1406 through the package manager, however, during the compiling process, i had the following error message:
...
1
vote
0answers
109 views
Emacs 24.3 for windows, Cedet can not work with ECB, error: Recursive `require' for feature `speedbar'
Currently I'm struggling with the windows' Emacs (emacs-24.3-bin-i386.zip form http://ftp.gnu.org/gnu/emacs/windows/). After I installed the ECB (version- 20130202.1459) via package-intall-package ecb ...
-1
votes
1answer
173 views
Blowfish ECB Mode in BouncyCastle
This thread should not be for discussion on how bad ECB mode is, and that I should change it, but that BouncyCastle doesn't really support the mode, except for in Java, where you can use ...
2
votes
1answer
123 views
RSA Encryption in ECB Mode
I'm having issues with my code.
What I am trying to do is encrypt a file using ECB Mode (meaning, encrypt blocks of text with no chaining into the next block).
It works perfectly sometimes, but ...
-1
votes
1answer
316 views
How to decrypt/encrypt a file in AES 256? [closed]
first of all, do not know much about encryption.
I need to decrypt some files, change some values then re-encrypt.
how to do this deed?
Can some program can do that?
or someone could create a ...
0
votes
1answer
500 views
Javascript AES in ECB mode with Pkcs5 padding
Is it possible in javascript to use AES in ECB mode with the Pkcs5 padding scheme?
The reason why i want to use the ECB mode is because it is desired by the client.
1
vote
1answer
1k views
How to decrypt AES ECB using crypto-js
I am trying to send encrypted data from flash (client side) to javascript (running as jscript in asp) on the server side.
There are several javascript Aes libraries, but they are virtually ...
1
vote
2answers
536 views
PHP generate symmetric key with AES, ECB mode block and PKCS5Padding
I need to generate symmetrics keys with standard AES in ECB mode block and with PKCS5Padding, but I can't do it.
I've search a lot, but I only find functions to encrypt something with this conditions ...
0
votes
2answers
458 views
Electronic code book (ECB) cipher chaining
I need to implement RSA algorithm using ECB (Electronic Code Book) as a school assignment. I know that ECB is bad and I should never use such thing in real life, but I have no other option here (we ...
1
vote
1answer
530 views
How to decrypt with as3crypto string encrypted with by aes-256-ecb?
String is encrypted with php as here.
It can be decrypted by this with parameters: Rijndael-256, ECB and Base64. But it cannot be decrypted by my ActionScript code:
var text:String = "Some data";
var ...
1
vote
1answer
416 views
PHP Encrypt/Decrypt with TripleDes, PKCS7, and ECB
I've got my encryption function working properly however I cannot figure out how to get the decrypt function to give proper output.
Here is my encrypt function:
function Encrypt($data, $secret)
{ ...
1
vote
1answer
43 views
Is ECB a safe option if you don't expect duplicate results?
I want to encrypt long paragraphs of text using Rijndael-256 (the text has been compressed and converted to base64 before this).
It is very unlikely for the two to be the same. But if they happen to ...
1
vote
0answers
44 views
Is ECB safe if you don't expect duplicate results?
I want to encrypt long paragraphs of text using Rijndael-256 (the text has been compressed and converted to base64 before this).
It is very unlikely for the two to be the same. But if they happen to ...
0
votes
1answer
269 views
Random access encrypted file
I'm implementing a web based file storage service (C#). The files will be encrypted when stored on the server, but the challenge is how to implement the decryption functionality.
The files can be of ...
1
vote
1answer
271 views
Wrong encryption/decryption for specific string using PHP mcrypt_encrypt
I came across a strange problem with encryption/decryption in PHP. Look at the code below:
<?php
function encrypt($encrypt, $mc_key, $iv)
{
$passcrypt = ...
0
votes
0answers
204 views
Enabling the ECB on a Data View Web Part SharePoint 2010
I have linked 2 lists together using a Linked Data Source in SharePoint Designer 2010. After successfully achieving the join, I have created a Data View Web Part which I would now like to add the ECB ...
0
votes
1answer
730 views
DES ECB C# encryption/decryption
I have a problem with decryption of data previously encrypted. I am using the sequential encrypt-decrypt-encrypt with three different keys to get triple des effect. The encryption function works ...
-1
votes
1answer
752 views
C# DES ECB Encryption
I am having difficulty encrypting something in C#.
I have 3 variables.
First one is a 16 digit hex,lets call it X value I.E 0072701351979990
Second one is also a 16 digit hex value, lets call it Y ...
3
votes
1answer
1k views
AES ECB mode requires padding , how come we have this AES/ECB/NOPADDING then?
We are using the below cipher
AES/ECB/NOPADDING
But I am little confused because modes like ECB need the input to be padded according to the block size.But here we say NOPADDING.Dont they look ...
1
vote
3answers
987 views
Java Chipher with AES/ECB128/PKCS5Padding keeps giving “No Such algorithm”
Does anyone know what's wrong with this code?
Cipher cipher = Cipher.getInstance("AES/ECB128/PKCS5Padding", "SunJCE");
Algorithm: AES
Mode of operation: ECB (with 128 appended to specify the block ...
5
votes
1answer
277 views
First steps after activating ECB first time
I have ECB installed and autostarted in emacs:
(require 'semantic/analyze)
(provide 'semantic-analyze)
(provide 'semantic-ctxt)
(provide 'semanticdb)
(provide 'semanticdb-find)
(provide ...
0
votes
0answers
447 views
the AES+ECB in Windows Phone 7
I am a chinese student.Now,i need to Decrypt and encrypt data using AES with ECB mode,i know i should use cbc mode ,but the Server,IOS, Android and Symbian Clients has used ECB mode ,so i have to ...
3
votes
1answer
710 views
Decrypt with QT AES/ECB/PKCS5Padding
Hy,
I am developing an application for QT Mobile Symbian^3 devices. I need to decrypt a message encrypted using AES, ECB and PKCS5 padding.
Below is the java code that decrypts the message:
public ...
3
votes
2answers
489 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 ...
1
vote
1answer
1k 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
753 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 ...
0
votes
1answer
821 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 ...
1
vote
0answers
658 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 ...
0
votes
1answer
852 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 ...
3
votes
0answers
1k 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
1k 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 ...
2
votes
1answer
3k 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 ...
3
votes
1answer
219 views
Encryption: TCB (Tweaked CodeBook) algorithm - what is it?
Can someone please provide a description of TCB algorithm?
2
votes
5answers
3k 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; ...
