Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Simple Super Class JAVA
no vote
Simple Object Oriented Programming assingment. Just accept input from user and display them back using Super Class. Then it will output the result that user has entered. :D Just messing around with JAVA! Simple Object Oriented Programming assingment. Just accept input from user and display them back using Super Class. Then it will output the result that user has entered. :D Just messing around with JAVA! Simple Object Oriented Programming assingment. Just accept input from user and display them back using Super Class. Then it will output the result that user has entered. :D Just messing around with JAVA!
sisfaeez90
2016-08-23
1
1
Getline testing
no vote
#include #include using namespace std; int main() {     char input1[100] = {"0100"};     char input2[100] = {"0100"};     char nibSub[100] = {"1000"};          cin.getline( input1, 100, '\n');          cout << input1 << endl;          system("PAUSE");          return 0; }     
sisfaeez90
2016-08-23
0
1
The LED Block Cipher
no vote
We present a new block cipher LED. While dedicated to compact hardware implementation, and o ering the smallest silicon footprint among comparable block ciphers, the cipher has been designed to simultaneously tackle three additional goals. First, we explore the role of an ultra-light (in fact non-existent) key schedule. Second, we consider the resistance of ciphers, and LED in particular, to related-key attacks: we are able to derive simple yet interesting AES-like security proofs for LED regarding related- or single-key attacks. And third, while we provide a block cipher that is very compact in hardware, we aim to maintain a reasonable performance pro le for software implementation.
sisfaeez90
2016-08-23
0
1
No more~