Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
  1. #21
    Thanks for the info.


  2. #22
    so what does this mean for us with OFW 4.20 or 4.21?


  3. #23
    It means nothing, like the rest of the info.


  4. #24
    Is there any AES encryption tool for windows where you can set your own Initilization Vector? All tools I can find generates it randomly.


  5. #25
    Maybe you can use OpenSSL with cygwin, but I don't know which AES encryption is needed (128 bit or 256 bit). I'm going to try with both.


  6. #26
    sguerrini97, thanks. OpenSSL for windows works great.


  7. #27
    What AES encryption are you using?


  8. #28
    AES256. You can figure it out by looking to length of the keys.


  9. #29
    My ps3 is updated to original firmware 4.21... can i convert my ps3 without downgrade to 3.55?

    I have a slim console of cech 2504A series... I'll wait your answers


  10. #30
    Just tested it myself and can confirm:

    For first 2 steps of encryption we use aes-256-cbc and for decrypting first EID0 Section we use aes-128-cbc.

    This OpenSSL-Win32 command works perfect for me:

    Code:
    openssl aes-256-cbc -e -in EID0_Key_Seed.txt -out EID0IV.txt -nosalt -K (my key) -iv (my IV) -p -nopad




Tags for this Thread