bruce-wang.blogspot.com bruce-wang.blogspot.com

bruce-wang.blogspot.com

Blue119's Blog

Oct 11, 2011. 前幾天跟為需要,剛在在研究 cisco ios 的密碼,它的主要加解密如下. 利用一組 byte array 當做轉換碼. Char xlat[] = { 0x64, 0x73, 0x66, 0x64, 0x3b, 0x6b, 0x66, 0x6f, 0x41, 0x2c, 0x2e, 0x69, 0x79, 0x65, 0x77, 0x72, 0x6b, 0x6c, 0x64, 0x4a, 0x4b, 0x44, 0x48, 0x53 , 0x55,. 1 先選出一個 seed number,做為 xlat 的起始字元,但此數字需為 0x0 0xF. 2 密碼字串每一個字與 xlat[seed ] 字 XOR,之後把字元轉成字串. Cisco encrypt -e Cisco. 第一組 03 為 seed number,此 number 為 'C' % 16 得到. 第二組 27 為 'C' xlat[0x3] 得到. 第三組 52 為 'i' xlat[0x4] 得到,之後以此類推. 雖然 cisco 的 password type 7 可被很容易的反解出來,...

http://bruce-wang.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BRUCE-WANG.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 1 reviews
5 star
0
4 star
1
3 star
0
2 star
0
1 star
0

Hey there! Start your review of bruce-wang.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.1 seconds

FAVICON PREVIEW

  • bruce-wang.blogspot.com

    16x16

  • bruce-wang.blogspot.com

    32x32

  • bruce-wang.blogspot.com

    64x64

  • bruce-wang.blogspot.com

    128x128

CONTACTS AT BRUCE-WANG.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Blue119's Blog | bruce-wang.blogspot.com Reviews
<META>
DESCRIPTION
Oct 11, 2011. 前幾天跟為需要,剛在在研究 cisco ios 的密碼,它的主要加解密如下. 利用一組 byte array 當做轉換碼. Char xlat[] = { 0x64, 0x73, 0x66, 0x64, 0x3b, 0x6b, 0x66, 0x6f, 0x41, 0x2c, 0x2e, 0x69, 0x79, 0x65, 0x77, 0x72, 0x6b, 0x6c, 0x64, 0x4a, 0x4b, 0x44, 0x48, 0x53 , 0x55,. 1 先選出一個 seed number,做為 xlat 的起始字元,但此數字需為 0x0 0xF. 2 密碼字串每一個字與 xlat[seed ] 字 XOR,之後把字元轉成字串. Cisco encrypt -e Cisco. 第一組 03 為 seed number,此 number 為 'C' % 16 得到. 第二組 27 為 'C' xlat[0x3] 得到. 第三組 52 為 'i' xlat[0x4] 得到,之後以此類推. 雖然 cisco 的 password type 7 可被很容易的反解出來&#65292...
<META>
KEYWORDS
1 cisco's ios 密碼加解密
2 加密方式
3 conclution
4 links
5 張貼者:
6 yao po wang
7 no comments
8 標籤: cisco
9 software
10 freebsd
CONTENT
Page content here
KEYWORDS ON
PAGE
cisco's ios 密碼加解密,加密方式,conclution,links,張貼者:,yao po wang,no comments,標籤: cisco,software,freebsd,v6eval 安裝與設定,expect /usr/ports/lang/p5 expect,io tty /usr/ports/devel/p5 io tty,yaml /usr/ports/textproc/p5 yaml,make,sudo make install,2 環境相關設定,terminology
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Blue119's Blog | bruce-wang.blogspot.com Reviews

https://bruce-wang.blogspot.com

Oct 11, 2011. 前幾天跟為需要,剛在在研究 cisco ios 的密碼,它的主要加解密如下. 利用一組 byte array 當做轉換碼. Char xlat[] = { 0x64, 0x73, 0x66, 0x64, 0x3b, 0x6b, 0x66, 0x6f, 0x41, 0x2c, 0x2e, 0x69, 0x79, 0x65, 0x77, 0x72, 0x6b, 0x6c, 0x64, 0x4a, 0x4b, 0x44, 0x48, 0x53 , 0x55,. 1 先選出一個 seed number,做為 xlat 的起始字元,但此數字需為 0x0 0xF. 2 密碼字串每一個字與 xlat[seed ] 字 XOR,之後把字元轉成字串. Cisco encrypt -e Cisco. 第一組 03 為 seed number,此 number 為 'C' % 16 得到. 第二組 27 為 'C' xlat[0x3] 得到. 第三組 52 為 'i' xlat[0x4] 得到,之後以此類推. 雖然 cisco 的 password type 7 可被很容易的反解出來&#65292...

INTERNAL PAGES

bruce-wang.blogspot.com bruce-wang.blogspot.com
1

Blue119's Blog: February 2009

http://bruce-wang.blogspot.com/2009_02_01_archive.html

Feb 25, 2009. Auto login by expect. Spawn telnet ptt.cc. Expect "請輸入代號,或以[guest]參觀,以[new]註冊:". Send "{Your Name} n". Send "{Your Password} n". Interact timeout 90 {send "s"}. Python, PyGTK and Glade. 離上次使用PyGTK已經快二年的事了,最近自已有個計劃想試看看,還是一樣想使用PyGTK,今天發了一點時間,重新把回以前的感覺。 Writing a GUI app with Python and Glade. Python pygtk and Glade. Creating a GUI using PyGTK and Glade. Writing PyGTK Apps in a visually sane way. Writing PyGTK applications in a visual way. PyGTK 2.0 Tutorial. Feb 18, 2009. Feb 15, 2009. 牛頓把人類帶...

2

Blue119's Blog: Python Cheat Sheet

http://bruce-wang.blogspot.com/2010/11/python-cheat-sheet.html

Nov 24, 2010. 看到一篇分享 Python Cheat Sheet. 的文章就想起,以前也曾經找過相關的東西,個人記性不是那麼好,只要過一陣子沒寫 Code 語法很快就會忘記,所以看 Cheat Sheet or Quick Reference 是最好的 recall 方式。 Quick Python Script Expalanation for Programmers from http:/ coffeeghost.net. From http:/ wiki.woodpecker.org.cn/. Python 2.6 Quick Reference. Subscribe to: Post Comments (Atom). View my complete profile. Kernel Shared Memory (KSM). 讓你的封包,送出時自動加上 VLAN ID. Simple theme. Powered by Blogger.

3

Blue119's Blog: April 2010

http://bruce-wang.blogspot.com/2010_04_01_archive.html

Apr 29, 2010. Hte: 超棒的 Hex's Editor. Hte - executable's editor. Hte本身可以做到,hex edit 跟 分析 File formats,但目前使用上有一個缺點,它很多 binding-key 會跟 window manage衝到。 Apr 27, 2010. 工作後,大部份的時間都在 windows 上 Coding,問了蠻多人,大多在 Windows 上寫Coding的人,大多是用 Source Insigne、Ultra Edit。自已本身是用Source Insigne一開始使用就有種,無痛上手的感覺,使用起來,完全沒有門檻,當然也試過 Vim winCtags,光是要想辨法建tags,就搞了好久,後來就直接放棄。 而自已本身大多還是習慣在Linux的環境下,不外呼,vim ctags cscope Tlist . ,在這多種組合下,用的還算順手,但對於 tag 的 auto update,一直到最近才找到如何處理。 1 Autocmd to update ctags file. Let f = expand("%:p").

4

Blue119's Blog: October 2010

http://bruce-wang.blogspot.com/2010_10_01_archive.html

Oct 24, 2010. Zenity 的 python wrap : PyZenity. Zenity 的相關範例可以參考 A COMPLETE ZENITY DIALOG EXAMPLES 2. 其實一個 wrap 而已,執行時是 call popen(zenity),而使用起來跟 zenity 差不多。 標籤: python zenity. Oct 4, 2010. Install Ubuntu 9.10 Karmic on Kohjinsha SX3 UMPC. 去年夏天,天真的想說,買台 UMPC 來當電子書使用,到後來,還是賣掉了,最主要是因為,1.2公斤還是太重,以下是當時的筆記,剛整理時發現的,或許,有人會需要它 :). 1 Poulsbo (GMA500) Support in Karmic (9.10)1). 1)PPA-based (UbuntuMobile and Milone):. 2) FTP-based (no ppa repositories):. 工人舍SH8安裝Ubuntu 9.04 netbook remix初步心得. 先來個 example 試試看:.

5

Blue119's Blog: December 2010

http://bruce-wang.blogspot.com/2010_12_01_archive.html

Dec 11, 2010. Git 裡,所有的檔案、文件與資料匝都是以 hash 來表示"身份" (object),而 hash 是使用 SAH1,這樣每一個 object 幾呼是唯一性的。git 中所謂的 object 指的是,content 本身加上 hash,而 content 分為下面四種 blob, tree, commit, and tag. Blob : the data is the contents of a file. Tree : To store a directory, Git writes out an object describing the directory's contents. Git commit -am 'hello'. Master (root-commit) 21039e0] hello. 1 files changed, 1 insertions , 0 deletions(-). Create mode 100644 hello. Git commit -am 'foo/bar and hello world'. Git cat-file -p ce0...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

germ-develop.blogspot.com germ-develop.blogspot.com

撈頭的開發日誌: 十一月 2007

http://germ-develop.blogspot.com/2007_11_01_archive.html

12288;        心得 & #12288;筆記. Web Server Setup(Ubuntu 7.10 Tomcat 6 MySQL JDBC). 這幾天從家裡整裡了一台電腦,架設一台Web Server,以後會慢慢將資料轉移到這台電腦上。 Tomcat 6.0.14. 在安裝Ubuntu 7.10完後,發現並沒有安裝ssh的服務,準備apt-get時,竟然找不到相關套件,最後發現原來/etc/apt/source.list中所有的更新網站列表都被註解了,將所有#刪掉後,開始安裝openssh-server. Sudo apt-get install ssh. 安裝完成後的ssh預設port為22,可以從/etc/ssh/sshd config下將port改成另一個port,防止被攻擊。 1 sudo apt-get install sun-java6-jdk (取得java sdk環境). 2 sudo update-alternatives - config java (設定預設運行的java環境,選擇上一步安裝的java6). 3 下載tomcat 6( 連結. 最近比賽告一段落了&...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

2

OTHER SITES

bruce-von-der-hohen-heide.de bruce-von-der-hohen-heide.de

- Home

Hallo, mein Name ist Bruce. Ich bin ein echter Landseer und möchte mich bei Euch vorstellen. Ralfgomille@online.de 05192 / 509420. Bruce von der Hohen Heide.

bruce-vylez.livejournal.com bruce-vylez.livejournal.com

bruce_vylez

Dec 12th, 2010. Напишу ка я в ЖЖ. Что катался на еже. И хотя в иголках-же. Но не больно мне уже. Вот такое стихотворение я сочинил вдохновившись творчеством Олега Григорьева. А да к вопросу об иголках - некоторые интересуются что мне класть под елку на НГ. Календарь - прекрасный подарок! Posted at 10:43 pm. Nov 2nd, 2010. Posted at 12:09 am. Oct 29th, 2010. Меня давно интересует следующее – почему люди смотрят фильмы ужасов? Posted at 01:01 am. Oct 27th, 2010. Posted at 01:31 am. Oct 24th, 2010. Со мной ...

bruce-w-graham.com bruce-w-graham.com

Genealogy of Bruce W Graham

bruce-wall.com bruce-wall.com

Bruce Wall

The Art of Indian Kolam. Vowels Black and White.

bruce-wang.blogspot.com bruce-wang.blogspot.com

Blue119's Blog

Oct 11, 2011. 前幾天跟為需要,剛在在研究 cisco ios 的密碼,它的主要加解密如下. 利用一組 byte array 當做轉換碼. Char xlat[] = { 0x64, 0x73, 0x66, 0x64, 0x3b, 0x6b, 0x66, 0x6f, 0x41, 0x2c, 0x2e, 0x69, 0x79, 0x65, 0x77, 0x72, 0x6b, 0x6c, 0x64, 0x4a, 0x4b, 0x44, 0x48, 0x53 , 0x55,. 1 先選出一個 seed number,做為 xlat 的起始字元,但此數字需為 0x0 0xF. 2 密碼字串每一個字與 xlat[seed ] 字 XOR,之後把字元轉成字串. Cisco encrypt -e Cisco. 第一組 03 為 seed number,此 number 為 'C' % 16 得到. 第二組 27 為 'C' xlat[0x3] 得到. 第三組 52 為 'i' xlat[0x4] 得到,之後以此類推. 雖然 cisco 的 password type 7 可被很容易的反解出來&#65292...

bruce-warner.com bruce-warner.com

Home

This site is under construction.

bruce-watson.com bruce-watson.com

Dr. Bruce Watson

I’m an expert in performance-oriented computing (pattern matching, indexing, compilers, .), an optimistic futurist, an enthusiastic high-performance motorcyclist, a precision pilot, a well-worn traveller, and a keen cultural/political pundit. If you’re interested in my reading lists, see below or find me on Amazon lists. What am I doing nowadays? A group focused on taxonomies and toolkits of algorithms, domain-specific languages, virtual machines, formal methods, and more. Take a tour of South Africa!

bruce-wayne-photography.com bruce-wayne-photography.com

Bruce Wayne Photography

Register to save your cart before it expires. My Photographs ▼. My Photographs ▼. Click to add grid content:.

bruce-wayne.com bruce-wayne.com

Bruce Wayne | Magicien, Sosie, Animateur, Taxi Boy

Sosie de Bruce Willis. Artiste Bruce Wayne…. Bruce Wayne : Animateur , Sosie, Magicien, Danseur . Bruce wayne, Photo 1. Bruce Wayne est un artiste maitrisant son art de la ressemblance à celui de l'acteur Bruce Willis, mais aussi un savoir faire et une technique comme prestidigitateur, une créativité et originalité de l'organisation de soirées. C'est à travers ce site que l'artiste Bruce Wayne veut vous permettre de le découvrir et le constater pour organiser et animer vos soirées. ». Bruce wayne, Photo 2.

bruce-wayne.zing.cz bruce-wayne.zing.cz

Wayne Enterprises

Vyhrajte PlayStation 4 a God of War 3 Remastered. Soutěž o předměty z Gamescomu. Zaklínač 3 s oficiální podporou modů. Blog nevyjadřuje názor redakce Zing, více zde. Batman Arkham Story Příběhový souhrn. Sobota 20.6.2015 18:50. Batmanovské komiksy, filmy nebo hry jedou tak nějak na vlastní notě - tedy tak, že třeba film nebo hra nemá základ v komiksech a naopak. Obvykle z… Přečíst celý článek. Recenze DLC: The Evil Within: The Executioner. Pondělí 8.6.2015 18:26. Bioshock Infinite - Vzhůru do oblak.