«cipher» 태그된 질문

고전적인 (펜과 종이) 암호를 사용하여 메시지를 인코딩하는 것과 관련된 문제. AES와 같은 최신 암호의 경우 [encryption] 태그를 대신 사용하십시오.

30
"deciph4r4ng"를 해봅시다
이 도전에서 당신의 임무는 문자열을 해독하는 것입니다. 운 좋게도 알고리즘은 매우 간단합니다. 왼쪽에서 오른쪽으로 읽는 경우, 각 숫자 N (0-9)은 앞에 N + 1 위치 인 문자로 바꿔야 합니다. 예 입력 문자열 "Prog2am0in6"은 다음과 같이 디코딩됩니다. 따라서 예상 출력은 "Programming"입니다. 설명 및 규칙 입력 문자열에는 32-126 범위의 ASCII 문자 만 …

13
579085261은 CRAZY, 725582는 GOLF, 10757494는…?
당신의 임무는 아래에 설명 된 방법을 사용하여 103 매끄러운 숫자 를 영어 단어로 번역하는 것 입니다. 어떻게? 입력 번호의 소인수 (반복 포함) 목록을 생성하십시오. 목록을 정렬하십시오. 2 가 주요 요소 중 하나가 아닌 경우 목록을 오름차순으로 정렬하십시오. 2 가 주요 요인 중 하나 인 경우 목록에서 제거하고 나머지 요인을 내림차순으로 …

17
"enciph5r47g"를 해봅시다
이것은 "deciph4r4ng"를 수행하자 이 도전에서 당신의 임무는 문자열을 암호화하는 것입니다. 운 좋게도 알고리즘은 매우 간단합니다. 왼쪽에서 오른쪽으로 읽는 경우 각 일반적인 쓰기 문자 (ASCII 범위 32-126)는 숫자 N (0-9) 으로 바꿔야 합니다. N + 1 문자와 동일하다는 것을 나타냅니다. 그 전에 위치. 문자가 원래 문자열의 이전 10 개 위치에 나타나지 …

19
개선 된 시저 돼지 라틴 암호
시저 암호의 문제는 결과 단어가 종종 발음 할 수 없다는 것입니다. Pig Latin의 문제점은 해독하기 쉽다는 것입니다. 왜 결합하지 않습니까? 입력 26 개의 영어 문자로 구성된 단어. 산출 먼저 단어의 모든 자음을 알파벳의 다음 자음으로 변경하십시오. 따라서 b는 c로, d는 f로, z는 b로갑니다. 그런 다음 모든 모음을 알파벳의 다음 모음으로 …

17
Vigenère 암호문 해독
Vigenère 암호는 기본적으로 키에 따라 여러 시저 암호 중 하나를인가하는 간단한 다중 문자 암호이다. 기본적으로 키의 문자는 사용할 시프트 된 알파벳을 나타냅니다. 이를 위해 Vigenère 광장 이라는 간단한 도구가있었습니다 . 여기서 각 행은 키의 해당 문자로 시작하는 별도의 알파벳입니다. 그런 다음 열은 암호 문자를 결정하는 데 사용됩니다. 암호 해독은 거의 …
28 code-golf  cipher 

16
베이비 토크 해독!
아기가 입을 열면 횡설수설을하는 것이 아닙니다. 그들은 실제로 고도로 발전된 성인용 암호로 말하고 있습니다 ... 베이비 토크 암호 아기가 말을 할 때, gogooa gagooook aagaaoooy 하나의 공백으로 구분 된 각 섹션은 문자를 나타냅니다 (위의 예는 3자를 나타냄). 섹션을 해독하려면 포함 된 As 및 Os의 수를 계산해야합니다. 그러나, 우리는 다른 모음에 …

30
알파벳 암호를 인코딩
소문자 만 포함하는 문자열이 있으면 해당 문자열을 알파벳 암호로 인코딩하십시오. 알파벳 암호로 인코딩하려면 (예제를 사용합니다 hello) : 먼저 문자열의 각 문자를 알파벳에서의 위치 ( a= 1, b= 2등)에 따라 숫자로 변환합니다 . 예 :8 5 12 12 15 0s로 각 숫자를 두 문자로 채 웁니다. 예:08 05 12 12 15 …

24
ogl-edocf 도전
입력 범위의 ASCII 문자로 구성된 비어 있지 않은 섞인 문자열 입니다.[ 32..126 ][32..126][32..126] 산출 입력 문자열에 연속적인 회전을 적용하여 출력을 얻습니다. [a-zA-Z]입력 문자열의 각 문자 ( )에 대해 왼쪽에서 오른쪽으로 : 문자가 대문자 인 경우 모든 문자를 왼쪽으로 한 위치 씩 회전 문자가 소문자 인 경우 오른쪽 앞의 한 위치 …
22 code-golf  string  code-golf  string  code-golf  string  parsing  brainfuck  code-challenge  python  hello-world  error-message  code-golf  string  code-golf  number  integer  counting  subsequence  code-golf  string  cipher  code-golf  array-manipulation  arithmetic  integer  matrix  code-golf  math  sequence  code-golf  restricted-source  pi  popularity-contest  cops-and-robbers  polyglot  popularity-contest  cops-and-robbers  polyglot  code-golf  file-system  king-of-the-hill  code-golf  number  sequence  integer  rational-numbers  string  code-challenge  source-layout  code-golf  ascii-art  king-of-the-hill  code-golf  array-manipulation  sorting  code-golf  string  code-golf  restricted-source  source-layout  tips  math  code-challenge  permutations  logic-gates  code-golf  number  random  integer  code-golf  math  code-golf  math  number  decision-problem  king-of-the-hill  python  board-game  code-challenge  brainfuck  busy-beaver  code-golf  number  cops-and-robbers  polyglot  obfuscation  answer-chaining  code-golf  number  integer  conversion  code-golf  string  parsing  code-golf  ascii-art  number  king-of-the-hill  javascript  code-golf  source-layout  radiation-hardening  code-golf  array-manipulation  matrix  code-golf  string  graph-theory  code-golf  array-manipulation  decision-problem  code-golf  string  ascii-art  code-golf  string  code-golf  array-manipulation 

30
0이 아닌 고유 한 숫자로 임의의 n 자리 숫자를 얻습니다.
나는 이 질문을 읽고 그것이 좋은 도전이 될 것이라고 생각했다. 태스크 입력 0<n<10으로 임의의 숫자를 생성하십시오. 정확히 n 자리 첫 번째가 아닌 0 그래서 f(n)>10**(n-1)-1 고유 숫자 우승 기준 이것은 코드 골프 이므로 가장 짧은 코드가 승리합니다. 무작위 나는 균등하게 분포 된 것을 의미합니다. 따라서 프로그램의 관점에서 볼 때 각각의 …
22 code-golf  number  random  grid  game  king-of-the-hill  javascript  code-golf  arithmetic  statistics  code-golf  math  code-golf  math  code-golf  string  palindrome  code-golf  string  interactive  code-golf  quine  polyglot  code-golf  string  stack-exchange-api  code-golf  number-theory  decision-problem  code-golf  tips  code-golf  string  internet  code-golf  graphical-output  image-processing  fractal  code-golf  ascii-art  geometry  hexagonal-grid  code-golf  string  restricted-source  hello-world  code-golf  game  code-golf  cipher  code-golf  permutations  cops-and-robbers  permutations  cops-and-robbers  code-golf  internet  stack-exchange-api  code-golf  ascii-art  random  code-golf  tips  code-golf  ascii-art  code-golf  code-golf  kolmogorov-complexity  code-golf  string  unicode  code-golf  number  sequence  primes  palindrome  code-golf  game  decision-problem  code-golf  math  geometry  code-golf  graphical-output  interactive  code-golf  set-partitions  code-golf  number  arithmetic  restricted-source  code-golf  decision-problem  python  recursion  code-golf  ascii-art  code-golf  source-layout  code-golf  function  recursion  functional-programming  code-golf  game  combinatorics  permutations  code-golf  string  file-system  code-golf  string  hashing  code-golf  stack-exchange-api  code-golf  string  code-golf  math  number  arithmetic  polyglot 

15
시저 시프 팅
시저 이동은 아마도 우리 모두에게 친숙 할 것입니다. (당신은 숙제로 할 수도 있습니다. 그렇다면 대답을 복사하지 마십시오. 선생님은 거의 여기에서 답변과 같은 것을 원하지 않습니다.) 그렇지 않은 경우, 시저 이동은 매우 간단한 형태의 암호입니다. 암호화 할 문자열과 정수가 필요합니다. 그런 다음 문자열의 모든 알파벳 문자에 대해 다음 변환을 수행하십시오. 알파벳의 …

15
키보드 쉬프트 암호
다음과 같은 입력이 주어집니다. 정수 n입니다 n > 0. 문자열 비어 있지 및 (영숫자 수도에만 해당).sss~=[0-9A-Z]+ 표준 간소화 된 QWERTY 키보드 사용 (아래 참조) : 1234567890 QWERTYUIOP ASDFGHJKL ZXCVBNM 다음 작업을 수행하십시오. 키보드에서 각 문자가있는 원래 행을 찾으십시오. n원래 위치 + n 을 기준 으로 문자를 올바른 이동 된 문자로 …

3
인생이 레몬을 줄 때 레모네이드 만들기
도전 당신은 어디 단어, 입력 문자열이 주어집니다 "Lemon"이 변환되어야 발견 "Lemonade" 하지만a , d그리고 e문장에 다른 곳에서 빌려해야합니다. 예 입력 예 : 어렸을 때 레몬을 찾았 어요 출력 예 : 내가 어렸을 때 레모네이드를 찾았 어 레모네이드는 원본에서 다음 첨자 문자를 도용하여 만든 내가 foun D 레모네이드 어 전자 N …
21 code-golf  string  code-golf  parsing  internet  stack-exchange-api  code-challenge  kolmogorov-complexity  restricted-source  brain-flak  python  logic  pyth  code-golf  string  search  optimized-output  code-golf  tips  language-design  golfing-language  code-golf  tips  language-design  code-golf  number  sorting  pi  code-golf  math  number  code-golf  string  balanced-string  classification  brain-flak  code-golf  math  number-theory  decision-problem  code-golf  tips  code-golf  number  sequence  code-golf  balanced-string  brain-flak  code-golf  math  sequence  arithmetic  fibonacci  code-golf  math  parsing  code-golf  string  keyboard  code-golf  code-golf  string  source-layout  whitespace  code-golf  math  rational-numbers  code-golf  string  code-golf  string  code-golf  math  sequence  code-golf  number  floating-point  code-golf  string  decision-problem  subsequence  code-golf  string  kolmogorov-complexity  code-golf  string  permutations  balanced-string  brain-flak  code-golf  string  math  number  code-golf  string  primes  cipher  code-golf  string  ascii-art  chemistry  code-golf  ascii-art  grid  counting  code-golf  math  arithmetic  integer  code-golf  number  kolmogorov-complexity  code-golf  ascii-art  kolmogorov-complexity  sequence  metagolf  brain-flak  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  whitespace 

30
주어진 너비로 #의 빈 사각형을 그립니다.
Codingame 에서이 도전을 받았으며 내 것보다 더 나은 솔루션이 궁금합니다. 표준 입력을 통한 너비가 주어지면 주어진 너비와 길이로 빈 사각형 '#'을 그립니다. 예: 5 결과 ##### # # # # # # ##### 나는 이것을 사용하여 파이썬을 사용하여 다른 파이썬 코드에 특히 관심이 있습니다. 그러나 원하는 언어로 솔루션을 게시하십시오.
21 code-golf  string  ascii-art  number  code-golf  grid  code-golf  string  ascii-art  code-golf  alphabet  cipher  code-golf  math  number  code-golf  quine  code-golf  palindrome  polyglot  code-golf  number  array-manipulation  counting  logic  code-golf  string  primes  binary  decision-problem  code-golf  ascii-art  kolmogorov-complexity  popularity-contest  code-golf  probability-theory  code-golf  string  code-golf  python  polyglot  programming-puzzle  c++  code-golf  math  code-golf  binary  integer  bitwise  code-golf  rational-numbers  code-golf  string  palindrome  code-golf  ascii-art  code-golf  code-golf  string  fibonacci  code-golf  math  sequence  code-golf  code-golf  string  palindrome  code-golf  string  code-golf  math  primes  source-layout  code-golf  sequence  binary  integer  code-golf  math  arithmetic  game  code-golf  restricted-source  palindrome  code-golf  restricted-source  palindrome  code-golf  combinatorics  binary  code-golf  string  math  code-golf  ascii-art  number  code-golf  cipher  code-golf  base-conversion  counting  code-golf  sequence  random  classification  code-golf  string  subsequence  code-golf  permutations  code-golf  string  code-golf  string  cipher  code-golf  kolmogorov-complexity  arithmetic  integer  code-golf  quine  markov-chain  code-golf  string  code-golf  code-golf  ascii-art  maze 

13
Trifid Cipher (키워드 제외)
소개: 나는 한때 어렸을 때 컴파일 된 문서에 다양한 암호가 저장되어 있으며, 도전에 가장 적합하다고 생각되는 몇 가지를 선택했습니다 (너무 사소하지 않고 어렵지 않음). 대부분은 여전히 ​​샌드 박스에 있으며, 모두 게시할지 또는 일부만 게시할지 확실하지 않습니다. 다음은 두 번째 것입니다 ( 컴퓨터 암호 는 내가 게시 한 첫 번째 것입니다). …

9
왜곡 된 전화 번호
음성 메일 메시지를받는 방법을 알고 있고 사람의 연결 상태가 좋지 않았으며 다시 전화를 거는 방법을 찾으려고했지만 "5"인지 "8"인지 확실하지 않습니다. 말했다? 이것이이 도전입니다. 좋은 소식은 발신자가 자신의 번호를 두 번 읽었지만 두 곳에서 모두 깨 졌다는 것입니다. 프로그램은 다음과 같이 입력해야합니다. 5551231234 / 5551231234 처음 10 자리 숫자는 처음으로 전화 …
19 code-golf  cipher 

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.