|
|
ba0efa2dd7
|
move src dir to cli and add it's own cmake file.
|
2020-04-07 22:37:05 +02:00 |
|
|
|
dd9dd484e3
|
Use the "common" subfolder instead of libeoskeygen repository.
|
2020-04-03 17:26:42 +02:00 |
|
|
|
f181bddc4f
|
src/main.cpp: make changes for newer version of libeoskeygen
|
2020-04-03 16:36:04 +02:00 |
|
|
|
710a41a6f4
|
src/main.cpp: update to use LIBEOSKEYGEN_HAVE_THREADS from <eoskeygen/config.h> and eoskeygen::KeySearch::max_threads()
|
2020-03-31 10:34:04 +02:00 |
|
|
|
ddc1af8957
|
move core/file.h to library also.
|
2020-03-20 18:14:53 +01:00 |
|
|
|
d9634f334b
|
Decouple key_search_result() and KeySearch class with an interface.
|
2020-03-19 18:12:33 +01:00 |
|
|
|
8035e3233c
|
move some of the headers that should be included in the library to "include/eoskeygen" folder.
|
2020-03-19 09:14:08 +01:00 |
|
|
|
1075481b2e
|
move cli/src to src and combine all CMakeLists.txt
|
2020-03-16 14:10:10 +01:00 |
|
|
|
b52f61d319
|
cmake: split CMakeLists into multiple directories.
|
2020-03-11 12:00:16 +01:00 |
|
|
|
840c6ae69a
|
main.cpp: Remove unwanted output.
|
2020-03-11 00:41:43 +01:00 |
|
|
|
64f9026f96
|
main.cpp: validate word list for non base58 characters.
|
2020-02-26 15:09:16 +01:00 |
|
|
|
ca617cfa3b
|
main.cpp: adding "-v" version flag.
|
2020-02-19 13:49:23 +01:00 |
|
|
|
c5a5ba40f6
|
main.cpp: fixing missing "/" for language path.
|
2020-02-19 13:21:37 +01:00 |
|
|
|
d6a4ae6db8
|
Organize source files into directory.
|
2020-02-19 13:09:53 +01:00 |
|
|
|
6195b42452
|
main.cpp: implement support for file input as word list.
|
2020-02-18 20:03:03 +01:00 |
|
|
|
f84f474290
|
Merge branch 'dictionary' into develop
# Conflicts:
# CMakeLists.txt
# src/main.cpp
|
2020-02-18 15:08:48 +01:00 |
|
|
|
1e725889c1
|
src/main.cpp: implement -m flag.
|
2020-02-18 14:31:21 +01:00 |
|
|
|
62626c14c0
|
main.cpp: add support for --dict and --lang flags.
|
2020-02-17 16:44:46 +01:00 |
|
|
|
bc0369f301
|
Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory.
|
2020-02-11 15:42:56 +01:00 |
|
|
|
0e9d23086f
|
Adding "eoskeygen" namespace.
|
2020-02-10 16:58:08 +01:00 |
|
|
|
fd0e893660
|
Merge branch 'maint' into develop
|
2020-02-05 19:33:49 +01:00 |
|
|
|
fca45626fa
|
src/main.cpp: in command line parsing for search, move word list and count inside while loop.
|
2020-02-05 16:12:48 +01:00 |
|
|
|
b24ea1fc83
|
src/main.cpp: fix bug in command line parsing for search. loop should check for argc - 1 (first param is program name)
|
2020-02-05 16:09:53 +01:00 |
|
|
|
67df405309
|
src/main.cpp: refactor cmd_search to take strlist_t and int parameters and do all parsing outside.
|
2020-02-05 15:59:24 +01:00 |
|
|
|
d636cf7756
|
src/main.cpp: error out on unsupported flags for search.
|
2020-02-05 15:52:53 +01:00 |
|
|
|
f9930ec4fc
|
src/main.cpp: refactor the do/while loop for search flags into just a while loop.
|
2020-02-05 15:52:06 +01:00 |
|
|
|
cb5df9bbba
|
src/main.cpp: print a notice message if cli argument --threads is less than 2.
|
2020-02-05 15:30:16 +01:00 |
|
|
|
c7802b2e56
|
move types.h and ec stuff to "ec" subdirectory.
|
2020-01-30 08:42:09 +01:00 |
|
|
|
e310bb7ac0
|
Merge pull request #12 from eosswedenorg/benchmark
Closes #11
|
2020-01-29 10:53:05 +01:00 |
|
|
|
2d1696a0e4
|
Merge branch 'compiler-warnings' into develop
|
2020-01-29 10:50:37 +01:00 |
|
|
|
db75317d31
|
src/main.cpp: implement benchmark command.
|
2020-01-29 09:13:05 +01:00 |
|
|
|
368f93a26c
|
src/main.cpp: in main() reduce indentation by handling no argument case first and return.
|
2020-01-16 17:51:38 +01:00 |
|
|
|
152015d959
|
src/main.cpp: make sure we can parse "--l33t" and "--threads" in any order.
|
2020-01-16 17:47:45 +01:00 |
|
|
|
f3bf4bdab1
|
src/main.cpp: use std::cerr for error messages.
|
2020-01-16 16:48:50 +01:00 |
|
|
|
c416bbdad2
|
src/main.cpp: consume "--threads" flag even if not supported (so we dont break scripts)
|
2020-01-16 16:36:59 +01:00 |
|
|
|
368d2ad726
|
src/main.cpp: cleaning up command-line arguments.
|
2020-01-16 16:34:16 +01:00 |
|
|
|
297ae2b98f
|
src/main.cpp: document -h,--help in usage()
|
2020-01-16 15:50:09 +01:00 |
|
|
|
2db52b9406
|
src/main.cpp: in cmd_search() n should default to 10
|
2020-01-15 19:39:36 +01:00 |
|
|
|
5b4a45fa59
|
Removing unused includes.
|
2020-01-15 17:13:59 +01:00 |
|
|
|
35bb2302dd
|
key_search: refactor into a KeySearch class.
|
2020-01-15 17:02:53 +01:00 |
|
|
|
e95470d57f
|
Merge branch 'develop' into l33t
# Conflicts:
# src/main.cpp
# src/string.cpp
|
2020-01-15 15:28:57 +01:00 |
|
|
|
f6e4603cbe
|
src/main.cpp: implement "--l33t" flag.
|
2020-01-15 13:02:10 +01:00 |
|
|
|
58406e0c24
|
src/main.cpp: must do base58_strip after we have split into list. otherwise we will strip the delimiter ","
|
2020-01-15 12:58:43 +01:00 |
|
|
|
237fc4e4af
|
src/main.cpp: call strjoin(words) instead of printing "search" directly.
|
2020-01-15 12:32:35 +01:00 |
|
|
|
e5c096c709
|
src/main.cpp: use base58_strip() when creating the word list.
|
2020-01-14 10:20:50 +01:00 |
|
|
|
410c890275
|
src/main.cpp: remove unused variables.
|
2020-01-14 10:19:32 +01:00 |
|
|
|
6ab7a9affa
|
src/main.cpp: minor bug-fix, should be or instead of and when checking "-h" or "--help" flags.
|
2020-01-14 10:19:32 +01:00 |
|
|
|
26ddf38ef7
|
src/main.cpp: for search, change default count from 100 to 10.
|
2020-01-12 12:57:02 +01:00 |
|
|
|
6dcc897fcf
|
key_search: refactor key_search_n() and key_search_nt() to proper names.
|
2020-01-10 10:56:32 +01:00 |
|
|
|
1c3d503369
|
src/main.cpp: remove thread code and use key_search_nt()
|
2020-01-10 10:30:42 +01:00 |
|