-
# 挑战
凯撒密码,大写数字前移13位,为密码,求解码。
# 代码
```
function rot13(str) { // LBH QVQ VG!
var convertStr=str.split("");
var arr=[];
var newStr="";
for(var i=0;i=65 && arr[i]77 && arr[i]
-
Cyphers in plans:
- Ex-or
- ROT13
- knapsack encryption
- Vision RE
Ciphers done:
- Cezar (right shift)
-
Most OO languages that don't allow some extremely irresponsible metaprogramming techniques have a sort of semantic inconsistency when acting on standard types.
Consider the following:
``` ceylon
Str…
-
[@sadmac7000] Most OO languages that don't allow some extremely irresponsible metaprogramming techniques have a sort of semantic inconsistency when acting on standard types.
Consider the following:
…
-
It's the first, only 10 points but I'm going to be mad!
I've tried base64, base85 and typical crypt methods (rot13, etc) with no luck.
:-(
-
**⚠️IMPORTANT⚠️ if you do not fill this out, we will automatically delete your issue. We will not help anyone that cannot fill out this template.**
- [x] Have you read our [Wiki page "Common Issues…
-
> Resources:
- https://en.wikipedia.org/wiki/Cipher
- https://www.boxentriq.com/code-breaking/cipher-identifier
- https://en.wikipedia.org/wiki/ROT13
-
Hi,
I followed your (very nice) post at http://blog.adamkemp.com/2015/04/objective-c-categories-in-xamarinios.html!
But I have one question: You say, that this method:
```
[Category(typeof(NSString))…
-
Most questions autopilot leaves have form [rot13]"gur haerirnyrq arvtuobef bs n ahzore ner n fhofrg bs gur haerirnyrq arvtuobef bs nabgure ahzore". It should have a setting for how complex a question …
-
# OverTheWire Bandit Level 11 -> 12 - Walkthrough - MayADevBe Blog
A walkthrough of Level 11 -> 12 of the Bandit wargame from OverTheWire. - Rot13 substitution cipher as Linux command with 'tr'.
[ht…