Data encryption in Axapta

oracle
Member Posts: 6
Hi, i would appreciate it if there's anyone can tell me whether i can do data encryption in Axapta. I've heard from my ex-colleague that there's a function inside Axapta which can do data encryption, is that true?
Thanks in advance.
Thanks in advance.
0
Comments
-
hi
You can set this up by means of AOS (Axapta Object Server). In the properties of AOS it is possible to choose between options:
1. None
2. 128-bit key
3. Encryption using a specified key
the encryption is in the direction: AOS -> client
Slawek0 -
Hi slawko,
Thanks for you reply. Is there anyway to encrypt the data using x++ codes in the application itself?0 -
Hi,
I can give you some hints which might be helpful to you.
TextBuffer txtBuff = new TextBuffer();
txtBuff.insert('Testing for encryption',1);
txtBuff.encrypt(1010);
txtBuff.toFile('c:\\test.txt');
txtBuff.fromFile('c:\\test.txt');
txtBuff.decrypt(1010);
info(txtBuff.getText());
Go in detail in TextBuffer Class which might solve your problem.
Bye.
Ramki.Ramakrishnan0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions