Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cupslab/neural_network_cracking
/ functions
Functions
860 in github.com/cupslab/neural_network_cracking
⨍
Functions
860
◇
Types & classes
175
↳
Endpoints
1
Method
__setattr__
(self, name, value)
pwd_guess.py:425
Method
_fn_one_dim_uniquify
(self, pwd_arr)
embedding/pass_policy_tensor.py:50
Method
_fn_one_dimension
(pwd_arr)
embedding/pass_policy_tensor.py:16
Method
_logging_fn
(runner)
embedding/pass_embedding.py:468
Method
_mock_batch_prob
(strings)
pwd_guess_unit.py:1258
Method
_predict
(self, ctx_arg, answer)
markov_model.py:67
Method
_predictor
(pwd)
pwd_guess.py:2013
Method
_return_model
(self)
pwd_guess.py:933
Method
_run_fn
(_)
embedding/pass_embedding.py:418
Method
accum
embedding/policy.h:89
Method
act
(self)
utils/model_compression.py:20
Method
act
(self)
utils/model_compression.py:63
Method
add_temp_file
(self)
pwd_guess.py:2329
Method
add_to_next_node
(self, cur_node, next_node)
pwd_guess.py:2193
Method
all_prefixes
(self, pwd)
pwd_guess.py:577
Method
all_prefixes
(self, pwd)
pwd_guess.py:992
Method
all_suffixes
(self, pwd)
pwd_guess.py:580
Method
all_suffixes
(self, pwd)
pwd_guess.py:995
Method
as_list
(self)
pwd_guess.py:1127
Method
as_list_iter
(self, agen)
pwd_guess.py:1070
Method
as_list_iter
(self, agen)
pwd_guess.py:1078
Method
begin_resetable
(self, resetable)
pwd_guess.py:531
Function
binomial_dist
(p)
strategy_simulation/simulate_strategy.py:213
Method
collect_answer
(self, real_output, istream)
pwd_guess.py:1301
Method
collect_answer
(self, real_output, istream)
pwd_guess.py:1330
Method
conditional_probs_many
(self, astring_list)
markov_model.py:187
Function
countCharactersPy
embedding/count_characters.cc:6
Method
countNumberOfClasses
embedding/policy.cc:276
Method
countNumberOfClassesIgnoringCase
embedding/policy.cc:284
Method
create
(cls, guessing_list, test_set)
strategy_simulation/strategy_calculator.py:33
Function
data_type_from_string
(config)
embedding/pass_utils.py:15
Function
debug
(input_floats, outfile)
utils/weight_compression.py:40
Method
doComputation
embedding/expand_operation.cc:445
Method
done
(self)
utils/quantize_json.py:48
Method
dump_obj
(self)
utils/create_log_bloom_filter_list.py:50
Method
encode_labels
(self, labels)
embedding/pass_encoder.py:70
Method
encode_labels_training
(self, labels)
embedding/pass_encoder.py:147
Method
encode_testing
(self, inputs)
embedding/pass_encoder.py:64
Method
encode_testing
(self, inputs)
embedding/pass_encoder.py:156
Method
encode_to_idx
(self, inputs_or_labels)
embedding/pass_encoder.py:100
Function
encoder_from_config
(config)
embedding/pass_encoder.py:161
Function
except_hook
(exctype, value, tb)
pwd_guess.py:2377
Function
factory
(cb)
js/tests/guessing_curve_neural_network_init.js:1
Function
filterer_from_config
(config, uniquify=False)
embedding/pass_policy_tensor.py:91
Method
finish
(self)
pwd_guess.py:1099
Method
finish
(self)
pwd_guess.py:1290
Method
finish
(self)
pwd_guess.py:1310
Method
finish_collecting
(self, real_output)
pwd_guess.py:1298
Method
finish_collecting
(self, real_output)
pwd_guess.py:1354
Method
flagMask
embedding/policy.cc:233
Function
fn_cb
(ret_val)
js/tests/test_suite.js:44
Method
freq
(self, ngram)
markov_model.py:50
Method
freq
(self, ngram)
markov_model.py:60
Method
fromConfig
(config)
pwd_guess.py:551
Method
fromConfig
(config)
pwd_guess.py:1583
Method
fromString
embedding/policy.cc:342
Function
get_available_gpus
()
pwd_guess_unit.py:1970
Method
get_freqs
(pwd_tuple)
pwd_guess.py:1137
Function
get_library
()
embedding/pass_c_library_loader.py:24
Method
get_pwd_freq
(idx)
pwd_guess.py:1355
Method
get_stats
(self)
pwd_guess.py:1307
Method
get_stats
(self)
pwd_guess.py:1374
Method
get_stats
(self)
pwd_guess.py:2028
Method
get_total_guessed
(self)
pwd_guess.py:1304
Method
get_value
(row)
utils/converter.py:14
Method
guess
(self, astring='', prob=1)
pwd_guess.py:2175
Method
guess
(self, astring='', prob=1)
pwd_guess.py:2224
Function
handleMsg
(e)
js/src/worker.js:341
Method
hasRequiredClasses
embedding/policy.cc:253
Method
hasRequiredClassesIgnoreCase
embedding/policy.cc:257
Method
increment_freqs
(pwd_tuple)
pwd_guess.py:1134
Function
init
()
js/tests/test_suite.js:129
Function
init
()
js/tests/guessing_curve.js:28
Function
init
()
js/examples/probability.js:19
Function
init
()
js/examples/rnn.js:20
Function
main
embedding/main_policy.cc:161
Method
make
(self)
embedding/pass_dataset.py:38
Method
make_account_value
(self, account_values)
strategy_simulation/simulate_strategy.py:37
Function
make_optimizer
(config, global_step, steps_per_epoch=None)
embedding/pass_utils.py:32
Method
make_serializer
(self, method=None, make_rare=None)
pwd_guess.py:2186
Method
make_serializer
(self, method=None, make_rare=None)
pwd_guess.py:2221
Method
make_table
(self, keys)
embedding/pass_encoder.py:34
Method
mock_finish
()
pwd_guess_unit.py:1399
Function
mock_predict_smart_parallel
(input_vec, **kwargs)
pwd_guess_unit.py:1123
Function
mock_predict_smart_parallel_skewed
(input_vec, **kwargs)
pwd_guess_unit.py:1129
Method
mock_serialize
(pwd, prob)
pwd_guess_unit.py:1397
Method
names
(self)
utils/converter.py:120
Method
next_nodes_random_walk_tuple
(self, astring, prob, prediction)
pwd_guess.py:2049
Function
normal_dist
(args)
strategy_simulation/simulate_strategy.py:219
Method
numberOfClasses
embedding/policy.cc:243
Method
numberOfClassesIgnoringCase
embedding/policy.cc:249
Method
number_passed
(self)
embedding/pass_policy_tensor.py:83
Method
number_removed
(self)
embedding/pass_policy_tensor.py:87
Method
one_time_tensor_initialize
(self)
embedding/pass_encoder.py:124
Method
passwordComplies
embedding/policy.cc:181
Method
passwordComplies
embedding/policy.cc:304
Method
passwordComplies
embedding/policy.cc:326
Function
policies
()
embedding/pass_policy.py:155
Method
predict
(self, ctx_arg, answer)
markov_model.py:24
Method
prefix
(pre)
utils/converter.py:81
← previous
next →
501–600 of 860, ranked by callers