HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bladecd

no profile record

Submissions

Show HN: Cryptography Interactive Visualization

vizcipher.com
2 points·by bladecd·5 mesi fa·0 comments

Show HN: Cryptography Interactive Visualization

vizcipher.com
1 points·by bladecd·5 mesi fa·0 comments

Show HN: LLM-assisted research paper reproduction and understanding

zllmplayground.com
1 points·by bladecd·6 mesi fa·0 comments

Show HN: Realistic malicious encrypted traffic datasets for ML

maltracer.com
1 points·by bladecd·8 mesi fa·0 comments

Show HN: Cryptoshark – an open source and educational crypto library

github.com
1 points·by bladecd·3 anni fa·1 comments

Show HN: Codeshark – a repository of C/C++ code on for beginners

github.com
1 points·by bladecd·3 anni fa·0 comments

comments

bladecd
·anno scorso·discuss
The only real important thing in AI is data, not infrastructure, not fancy methods.
bladecd
·3 anni fa·discuss
Cryptoshark is an open source(Apache License v2)and educational crypto library written mostly in C and partial C++(string, vector, etc).

Cryptoshark is a good start for people who are interested in crypto engineering.

Currently supported ciphers: - AES ECB, CBC, CTR - MD5, SHA1, SHA256 - SM3, SM4
bladecd
·3 anni fa·discuss
"I am alone. I'm not lonely"
bladecd
·3 anni fa·discuss
The fundamentals of computer science, as well as programming, is solve practical problems. To learning and master programming, one has to build something even it's simple at the beginning. Once one has built something, he will be able to build bigger things.

One issue is student are taught to program, but at that time, e.g., high school and college, he has no idea how a program or software actually works. He has very limited appetite to program.

There is no short, only practice a lot.
bladecd
·3 anni fa·discuss
A good approach is learn from others' code. Read their code, build and optimize. One day, you will be able to build an all-new software or system.