Commit Graph

69 Commits

Author SHA1 Message Date
chidea
911e2dad2d abstract file class with multi platform opening method 2015-03-22 00:50:38 +09:00
chidea
79ea16f1dd renaming.. name "classes" makes glitch with git 2015-03-18 03:28:38 +09:00
chidea
6bccf85f32 renaming.. name "classes" makes glitch with git 2015-03-18 03:27:20 +09:00
chidea
d8e4f76683 blank classes as interfaces 2015-03-18 03:24:30 +09:00
chidea
83853d0df3 blank classes as interfaces 2015-03-18 03:13:36 +09:00
Anton Grigoryev
262f0f5f2b Some bytearrays were replaced with bytes. 2015-03-17 20:26:22 +03:00
Anton Grigoryev
32b99a298c Could not extract type: vector<%Message> 2015-03-17 19:28:24 +03:00
Anton Grigoryev
de05aad138 Merge remote-tracking branch 'origin/master' 2015-03-17 17:26:53 +03:00
Anton Grigoryev
a3c300ee3e Now works on Py2.7 2015-03-17 17:26:36 +03:00
agrigoryev
8fb4edf2a0 try to commit from new machine 2015-03-17 14:40:37 +03:00
Anton Grigoryev
94ed33bb15 Start of refactoring
A lot of work to be done
2015-03-17 02:02:01 +03:00
Anton Grigoryev
0d79c88636 Auth successful
Python 2 is not supported since to_bytes function in testing.py
2015-03-17 01:04:23 +03:00
Anton Grigoryev
e21614b1b2 crypt module refactor. need to be tested in py2 2015-03-16 17:59:59 +03:00
Anton Grigoryev
9379dd968d Merge remote-tracking branch 'origin/master'
Conflicts:
	tests/ige.py
2015-03-16 17:24:08 +03:00
Anton Grigoryev
e8bab0987c crypt module refactor. need to be tested in py2 2015-03-16 17:22:18 +03:00
Sammy Pfeiffer
343d07240b Unified py3 checking of version (kind of) and now we support py3.2+ as I've tried it on a machine 2015-03-16 12:38:12 +01:00
Sammy Pfeiffer
438a1c294b Fixed something that didnt happen before in py2 2015-03-16 12:23:14 +01:00
chidea
186c5e837c force lower character on command word 2015-03-16 17:45:30 +09:00
chidea
51c9fc4301 help description fully filled.
external shell cmd support added.
2015-03-16 17:34:02 +09:00
chidea
31313ceabf blank functions for entire interactive interface almost the same of CLI tg 2015-03-16 01:01:54 +09:00
chidea
acc0510c17 starting front script for inline and shell interface 2015-03-16 00:24:54 +09:00
Sammy Pfeiffer
7586874510 Added author name and some extra info 2015-03-15 02:55:59 +01:00
Sammy Pfeiffer
dd445d4d8b Removed file used as reference 2015-03-15 02:48:17 +01:00
Sammy Pfeiffer
9df14fa6a6 Now works on py3 also 2015-03-15 02:44:48 +01:00
Sammy Pfeiffer
33b5708da3 Added full aes-256-ige with tests 2015-03-15 02:02:15 +01:00
chidea
5a39d105fa gitignore fix for intellij 2015-03-14 22:05:44 +09:00
Anton Grigoryev
ad78dc8099 Merge pull request #5 from griganton/try_to_decrypt
Try to decrypt
2015-03-14 13:00:17 +03:00
Sammy Pfeiffer
ee6d8789ef Added the decryption 2015-03-14 01:26:35 +01:00
Sammy Pfeiffer
3f7b1f695c Added more comments 2015-03-14 01:21:27 +01:00
Sammy Pfeiffer
676978728d Fixed visualization issues 2015-03-14 01:11:47 +01:00
Sammy Pfeiffer
4864a192c2 Got an IGE working wahaha 2015-03-14 00:56:09 +01:00
Sammy Pfeiffer
a7d0b8c378 trying to decrypt, this IGE is not implemented in python anywhere 2015-03-13 22:01:19 +01:00
Sammy Pfeiffer
0c6aa6f2fe Added the last line of output 2015-03-13 18:46:59 +01:00
Sammy Pfeiffer
677ed2f425 Added a script that searched for the mode of unencryption that could unencrypt the answer 2015-03-13 18:46:20 +01:00
Anton Grigoryev
d4e229b084 next step - to decrypt answer with AES 2015-03-13 19:21:49 +03:00
Anton Grigoryev
57db4d9e32 Merge remote-tracking branch 'origin/master' 2015-03-13 16:58:45 +03:00
Anton Grigoryev
67ccf0f5ea 3-byte error in large string send fixed.
Now getting encrypted answer!
2015-03-13 16:58:27 +03:00
Anton Grigoryev
74f2e64452 Update README.md 2015-03-13 15:48:33 +03:00
Anton Grigoryev
2f571aec2c Update README.md 2015-03-13 15:48:10 +03:00
Anton Grigoryev
4c1b5bd54f tests directory 2015-03-13 13:39:31 +03:00
Anton Grigoryev
52456b2f25 Serialization and SHA test 2015-03-13 13:38:40 +03:00
Anton Grigoryev
181bb275c6 Merge pull request #4 from griganton/python27_compatible
Adapted the current testing.py to work also with python2.7
2015-03-13 11:09:29 +03:00
Sammy Pfeiffer
65683a1686 Adapted the current testing.py to work also with python2.7
This sets a 'way of working' on py3 to make it work on both versions (i think)
2015-03-12 22:42:24 +01:00
chidea
4557b23a3d updated plan checklist 2015-03-13 03:28:13 +09:00
Anton Grigoryev
f62645487b server doesn't answer ( 2015-03-12 20:06:34 +03:00
Anton Grigoryev
c01bb7871b Trying to go through step 4.
Generatin encrypted_data

But server doesn't answer ((
2015-03-12 19:29:56 +03:00
Anton Grigoryev
66a5577ab9 Some refactor
now testing.py looks almost just like i want.
2015-03-12 03:17:43 +03:00
Anton Grigoryev
24a1b9b36b Method_send implemented
I want to call methods like a functions in Python.
Then I can go further.
2015-03-12 02:51:24 +03:00
Anton Grigoryev
c1c5c5d18a testing.py works
please test it :)
2015-03-12 01:52:26 +03:00
Anton Grigoryev
d5eb58ffe2 Explicit files removed
Explicit files removed
2015-03-12 00:33:36 +03:00