Skip to content
  • Home
  • Tech
  • Product
  • Other

Perchouli的技术文章和其他文章

Month: June 2015

Uncategorized 2015年6月10日 by Perchouli

AES Between Python, Go, Javascript(NodeJS) and PHP

AES

Wikipedia: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard. AES needs Key, IV and PKCS.

  • Use 256 bits key length, Python/Go can auto choice by key length your passed. Named `MCRYPT_RIJNDAEL_128` in PHP5, Nodejs/PHP7.1
…
Continue Reading

Comments

  1. Dooxar on AES Between Python, Go, Javascript(NodeJS) and PHP2021年1月7日

    Hello! I found your article is helpful. But I'm getting this error in python3.9: Object type <class 'str'> cannot be…

  2. akhil on AES Between Python, Go, Javascript(NodeJS) and PHP2019年10月18日

    The best resource it works really well, thanks a lot

  3. Perchouli on AES Between Python, Go, Javascript(NodeJS) and PHP2018年11月9日

    Thans for your modification! :D

  4. Saran Kumar P on AES Between Python, Go, Javascript(NodeJS) and PHP2018年11月7日

    Excellent post, I was searched 4 days for this solution. I have found one drawback though. unpad is missing in…

Archive

  • June 2025 (1)
  • May 2022 (1)
  • September 2018 (1)
  • August 2018 (1)
  • July 2017 (1)
  • December 2016 (1)
  • June 2015 (1)
  • October 2010 (1)

沪ICP备2026011820号-1

© 2026 Perchouli的技术文章和其他文章 –