Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. C5D
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    C5D

    @C5D

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    C5D Unfollow Follow

    Latest posts made by C5D

    • RE: What are the AES specifications for the AES encryption in C4D SDK ?

      Thanks guys.

      I just have some results that can't be decrypted back so I assumed there is some missing step.

      posted in Cinema 4D SDK
      C
      C5D
    • RE: What are the AES specifications for the AES encryption in C4D SDK ?

      any body ?

      posted in Cinema 4D SDK
      C
      C5D
    • What are the AES specifications for the AES encryption in C4D SDK ?

      Hi

      I'm developing a plugin that will AES encryption / decryption, I am planning to use the C4D AES class

      referenced in this link : https://developers.maxon.net/docs/cpp/2023_2/class_a_e_s.html#ac4796420dbb7d8f2c3b1305f131762cc

      but I need to know the specifications of the AES encryption / decryption in C4D SDK, this is because the data will be processed later on a server that uses AES from a 3rd party library, I want to make sure that what I encrypt in C4D sdk can be decrypted on the server and to achieve that I have to know the specifications of the AES class in order to use them on the server too.

      I couldn't find any useful information on the web.

      posted in Cinema 4D SDK c++
      C
      C5D