본문 바로가기

전체 글241

[암호화] AES 암호화 알고리즘 [AES 알고리즘] NIST에서 1997년에 AES라는 이름의 표준으로 공모를 받고, Rijndael이 개발한 알고리즘이 최종적으로 채택되었다. NIST는 2001년 11월에 Rijndael 알고리즘을 FIPS 197, AES라는 이름의 표준으로 발표했다. 암호화 키로 128, 192, 256bit를 가지고 있다. [AES 암호화/복호화 사이트] https://www.javainuse.com/aesgenerator Online AES Encryption and Decryption Tool | JavaInUse Online AES Encryption and Decryption Tool www.javainuse.com Online AES 암호화/복호화 페이지를 보면서 이해를 해보겠다. 해당 사이트는 실제로 .. 2022. 5. 10.
[안드로이드] 프리다 환경 구축 로컬 PC에 프리다 설치하기 위해 아나콘다를 함께 설치해준다. 아나콘다는 파이썬 가상환경이나 필요한 패키지들을 전부 한꺼번에 다운로드 할 수 있는 설치파일로, 기존에 파이썬이 있다면 삭제 후 설치가 필요하다. https://gracefulprograming.tistory.com/124 [Python] 아나콘다(Anaconda) 설치하기 개요 안녕하세요 피터입니다. 오늘은 아나콘다(Anaconda)를 설치하는 방법을 알려드리겠습니다. 아나콘다를 이용하면 파이썬에서 다양한 가상환경을 손쉽게 구축할 수 있기 때문에 파이썬으로 gracefulprograming.tistory.com https://blog.daum.net/arkofna/18283172 Unity Android Logcat with nox 유니티를.. 2022. 5. 10.
[안드로이드] APKStudio - apk 파일 변조 후 리패키징 사인하기 1) java에 keystore.exe가 있는 경로로 cd 후 들어가서 key store를 생성해준다. (경로 잘 못찾을 시 윈도우면 Everything이라는 앱 설치해서 파일 이름으로 전체 검색이 가능하다.) 1. keytool -genkey -v -keystore myungju.keystore -alias myungju -keyalg RSA -keysize 2048 -validity 10000 2. -keystore : 파일이름 3. -alias : alias 명 4. -keysize : 키 사이즈 5. validity : 유효 기간 6. 입력 후 비밀번호 입력 7. 이름 등 기타 등 정보를 입력 8. myungju.keystore가 생성됨 2) APKstodio를 설치후 세팅에서(Edit>Setti.. 2022. 5. 9.
[JS]ghost leg 참고 소스 Cargo는 Rust의 Package Manager 프로젝트로 깃에서 다운받은 파일을 실행하기 위해 다운로드했다. https://doc.rust-lang.org/cargo/getting-started/installation.html Installation - The Cargo Book The easiest way to get Cargo is to install the current stable release of Rust by using rustup. Installing Rust using rustup will also install cargo. On Linux and macOS systems, this is done as follows: curl https://sh.rustup.rs -sSf | sh .. 2022. 5. 8.
[ctf] OSINT 관련 링크 1. 활용하면 좋을 지도 앱 https://www.geoguessr.com/tutorial/93nUF7fSUQOrjYDf Tutorial - GeoGuessr GeoGuessr is a geography game which takes you on a journey around the world and challenges your ability to recognize your surroundings. www.geoguessr.com 2. 구글 이미지 검색 https://www.google.com/imghp?hl=EN Google Images www.google.com 첨부 검색 가능하다. 3. 이것은 인터넷 연결 장치 에 대한 검색 엔진과 같습니다 . 따라서 우리는 웹캠, 서버 등과 같은 장치에 액세스할 .. 2022. 5. 4.
[ctf] 참고용 하드웨어 https://maik.dev/writeups/google-ctf/2021/beginners-quest/spycam/ Spycam // Beginners Quest 10 - Google CTF A writeup for challenge 10 of the beginners quests of the Google CTF. maik.dev Osint 초보자 가이드 https://geckosint.medium.com/10-beginner-osint-ctf-solutions-ae89e557a4b 10 Beginner OSINT CTF Solutions Write-up of beginner OSINT CTF solutions from the virtual conference held by National C.. 2022. 5. 4.
Who is Hosting This? 링크 https://digital.com/best-web-hosting/who-is/#search=myungjjju.tistory.com Who is Hosting This? - Digital.com Is this domain available, or taken? Who is hosting this website? Find out using our domain tool, with full WHOIS records for registered domains. digital.com 2022. 5. 4.
간단한 암호 해석기 https://quipqiup.com/ quipqiup - cryptoquip and cryptogram solver quipqiup.com SHA-1 https://sha1.gromweb.com/ SHA-1 conversion and SHA-1 reverse lookup Reverse a SHA-1 hash Convert a string to a SHA-1 hash sha1.gromweb.com 2022. 5. 4.
자바 국내 오픈소스 예제 모음 https://www.blueb.co.kr/ BlueB Web Store 블루비는 웹개발의 핵심 소스 및 다양한 형태의 자료를 공유하고 있습니다. 웹사이트 제작 이제는 쉽게 제작하세요 www.blueb.co.kr 2022. 5. 4.