Ciphey
⚡ 키나 암호를 몰라도 자동으로 암호문을 복호화하고, 인코딩을 디코딩하며, 해시를 크랙합니다 ⚡
파일 탐색기
- nextest.toml
- bug_report.md
- feature_request.md
- proposal--large-feature--large-idea-.md
- technical-debt.md
- codespell.yml
- dependabot-auto-merge.yml
- dependency-review.yml
- quickstart.yml
- release-builds.yml
- release.yml
- scorecards.yml
- stalePRS.yml
- build.yml
- dependabot.yml
- FUNDING.yml
- release-drafter.yml
- benchmark_checkers.rs
- benchmark_crackers.rs
- benchmark_decoders.rs
- benchmark_whole_program.rs
- 2024-03-11-fix-duplicate-human-prompts.md
- 2024-03-21-add-vigenere-decoder.md
- 2024-07-01-wordlist-checker.md
- 2024-07-02-sensitivity-trait.md
- 2024-07-10-astar-refactor.md
- 2024-07-10-astar-simplified-heuristic-rewrite.md
- 2024-07-10-astar-simplified-heuristic.md
- 2024-07-10-improve-string-pruning.md
- 2024-07-10-remove-cipher-mapping.md
- 2024-07-10-remove-decoder-popularity.md
- 2024-07-10-wait-athena-checker.md
- wordlist.md
- ares_architecture.md
- ares_overview.md
- astar.md
- astar_algorithm_improvements.md
- astar_decoder_specific_nodes.md
- astar_human_checker_improvements.md
- astar_node_with_decoder_implementation_plan.md
- config_file_implementation_plan.md
- database_implementation.md
- enhanced_detection_plan.md
- first_run_implementation_plan.md
- hash_crack_decoder_plan.md
- incident_response.md
- invisible_characters.md
- package-managers.md
- parallel_astar_implementation.md
- parallel_astar_implementation_clarifications.md
- parallel_astar_search.md
- parallelization.md
- plaintext_identification.md
- README.md
- sensitivity.md
- storage.md
- threat_model.md
- using_ares.md
- wait_athena.md
- wordlist.md
- better_demo.cast
- better_demo.svg
- decoding.tape
- first_run.tape
- lemmeknow.cast
- lemmeknow.svg
- main_demo.cast
- main_demo.svg
- README.md
- repomix-output.txt
- incident_response.md
- SECURITY.md
- threat_model.md
- athena.rs
- checker_result.rs
- checker_type.rs
- default_checker.rs
- english.rs
- human_checker.rs
- lemmeknow_checker.rs
- mod.rs
- password.rs
- regex_checker.rs
- wait_athena.rs
- wordlist.rs
- first_run.rs
- mod.rs
- mod.rs
- README.md
- mod.rs
- README.md
- tests.rs
- mod.rs
- readme.md
- a1z26_decoder.rs
- atbash_decoder.rs
- base32_decoder.rs
- base58_bitcoin_decoder.rs
- base58_flickr_decoder.rs
- base58_monero_decoder.rs
- base58_ripple_decoder.rs
- base64_decoder.rs
- base65536_decoder.rs
- base91_decoder.rs
- binary_decoder.rs
- braille_decoder.rs
- brainfuck_interpreter.rs
- caesar_decoder.rs
- citrix_ctx1_decoder.rs
- crack_results.rs
- hexadecimal_decoder.rs
- interface.rs
- mod.rs
- morse_code.rs
- railfence_decoder.rs
- README.md
- reverse_decoder.rs
- rot47_decoder.rs
- substitution_generic_decoder.rs
- url_decoder.rs
- vigenere_decoder.rs
- z85_decoder.rs
- mod.rs
- README.md
- astar.rs
- bfs.rs
- helper_functions.rs
- mod.rs
- README.md
- search_node.rs
- chars.txt
- english_bigrams.txt
- database.rs
- mod.rs
- README.md
- wait_athena_storage.rs
- mod.rs
- api_library_input_struct.rs
- lib.rs
- main.rs
- base64_3_times_with_no_new_line
- README.md
- rot13_base64_hex_with_newline
- integration_test.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- Dockerfile
- justfile
- LICENSE
- README.md
- SECURITY.md
# 설치 가이드
rust- Rust (Cargo) latest
- Docker latest
설치 및 실행 절차
cargo install ciphey
Cargo를 사용하여 Ciphey를 설치합니다.
docker build .
Docker 이미지를 빌드합니다.
핵심 명령어
cargo install ciphey
Rust 패키지 관리자를 통해 Ciphey를 설치합니다.
docker build .
현재 디렉토리의 Dockerfile을 기반으로 이미지를 빌드합니다.
ciphey
설치된 Ciphey CLI 도구를 실행합니다.
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
릴리즈 타임라인
활발히 관리 중- 2026-08-31 v0.12.1
- 2021-06-06 General cleanup + new look
- 2021-05-23 Clean up colours & make Ciphey more friendly
- 2021-05-22 Fixed major bug
- 2021-05-21 Brand new checker + general fixes
- 2021-05-21 General bug fixes
- 2021-02-28 Added support for Python 3.9, fixed a bunch of bugs
- 2020-12-02 Gzip + Braille (grade 1)
- 2020-10-24 🐛 Bug fixes and more systems 🥳
- 2020-10-11 Affine, Ascii Shift, ROT47, UUdecoder added + more
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cargo install
설명 보기 ▼
cargo install
Build and install a Rust binary.
cargo install {{package}}@{{version}}
Install a package from <https://crates.io> (the version is optional - latest by default):
cargo install --git {{repo_url}}
Install a package from the specified Git repository:
cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}
Build from the specified branch/tag/commit when installing from a Git repository:
docker build
설명 보기 ▼
docker build
Build an image from a Dockerfile.
docker build .
Build a Docker image using the Dockerfile in the current directory:
docker build {{github.com/creack/docker-firefox}}
Build a Docker image from a Dockerfile at a specified URL:
docker build {{[-t|--tag]}} {{name:tag}} .
Build a Docker image and tag it:
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
