3 Replies Latest reply on Jan 14, 2009 9:46 AM by swd847

    Changing standard IDs

    mrauls.mrauls.akimeka.com

      In seam, I notice a lot of IDs being passed in clear text, including the conversation IDs and, in the case of home objects, keys to rows in the database.


      cid=2
      productId=32



      Is there a way to encrypt these values? For example encrypting and salting the value with the user's identity credentials and a timestamp to create a unique value every time?


      cid=qWexryyVrsJUNmr2xRIHkw4*
      productId=LHwy2OUonawnNjofENtv8*



      Ideally I don't want users sitting around guessing how to look at things they shouldn't be by changing URLs. I know this can also be accomplished other ways but I was wondering if this capability exists now or will exist in the near future.


      Any ideas would be welcome. Thanks.