We use cookies to ensure you get the best user experience on our website.Find Out More
Mobile apps, web apps, any platform. One shake, click, or tap gets you video reproductions, network logs, and everything developers need to fix issues fast.
Installation
Bugs
Crashes
Sessions
With Shakebug, you see bugs and the complete narrative. Get a clear timeline with our user journey, connecting sessions, events, bug reports, and crash data. See navigation, actions, and exact issue points. Fix issues faster and prioritize work with accurate, actionable insights in the same reporting and monitoring tool.
Wave goodbye to the hassle of sorting through countless identical crash reports. With Crash AI, our platform smartly organizes recurring crashes, presenting just one entry that includes all the essential details like the first occurrence, affected devices, OS versions, and much more.
Along with bugs and crash reporting, Shakebug analyzes the application usage in different ways like session, language, countries etc. It also allows users to check analytics in the form of graphical representation over the selection period of time.
Developers/Users can add custom events and values for each action of the application easily where they want. In addition to this, users can also check the session of each event and value in graphical form as well.
Over 0 events tracked in action.
Shakebug helps users to highlight bugs by capturing the screenshot of the screen within a few clicks. This tool minimizes the bug reporting time for your tester and clients.
Shakebug will automatically report the crashes of applications whenever it occurs. Here users don't need to spend time for crash reporting.
The 3.5.2.1 update improved AES classes, utilizing AES-NI instructions where available on Windows 64-bit to significantly speed up file and data encryption.
By utilizing Delphi's modern language features in 10.2 Tokyo—such as enhanced generics, anonymous methods, and strict type safety—the TMS library minimizes coding errors that could lead to cryptographic vulnerabilities. Implementing the Pack: Step-by-Step
The general installation process via the TMS Smart Setup is straightforward. However, in some Delphi versions, users have encountered minor issues requiring manual intervention. For instance, in some cases, you might need to manually compile a project file (e.g., TMSCryptoPkgDEDXE14.dproj ) to ensure components appear in the Tool Palette. Another potential issue is encountering errors related to missing compiler executables (like dccaarm.exe ) if your Delphi installation does not include support for Android. As TMS support notes, if you are not targeting Android, you can safely ignore these errors, but they may prevent the installation process from completing automatically.
Unzip the source distribution folder to a permanent directory on your development machine (e.g., C:\Components\TMSCrypto\ ). Configure Library Paths: Open Delphi 10.2 Tokyo. tms cryptography pack 3521 delphi 102 tokyo and delphi
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
for cross-platform development, including Windows, macOS, iOS, and Android. Installation Tips for Tokyo 10.2 Android compile error - TMS Support Center
Related search term suggestions (These are search terms you can use to look up more details.) However, in some Delphi versions, users have encountered
and added progress variables for long-running encryption or hashing tasks. Security Standards : Supports X.509 certificate
The pack compiles directly into your Delphi application. You do not need to ship libeay32.dll or ssleay32.dll with your executable, eliminating a common vector for deployment failures and security vulnerabilities. 2. Multi-Platform Support
: Optimized for file operations, particularly with AES and SHA algorithms. However, users noted that older versions utilizing optimized C DLLs could be faster for massive datasets compared to the newer pure Pascal ports. As TMS support notes, if you are not
for implementing RSA signatures or AES encryption within your Delphi 10.2
procedure DemoAES; var Crypto: TAESCryptography; PlainText, Key, EncryptedText, DecryptedText: string; begin // AES‑256 requires a 32‑byte (256‑bit) key. Key := 'ThisIsA32ByteLongKeyForAES256!!'; PlainText := 'Secret data to protect.';
: Offers class wrappers that make complex cryptographic operations accessible via high-level properties and methods. Strategic Importance for Developers
Tools to generate and validate digital signatures, ensuring non-repudiation and data authenticity. Why Version 3.5.2.1 and Delphi 10.2 Tokyo?
: Recent versions (v5.0+) have transitioned to "Full Delphi" code, porting original C algorithms directly into Pascal to simplify debugging and deployment. Delphi 10.2 Tokyo Compatibility
Open your application on your mobile phone and shake it. After that screen will appear where you can highlight the area of the bug.
After highlighting the area, a screen will appear where the user can write a bug description which explains the details about bugs or issues.
Once you report the bug, you will get the following screen with bug’s details along with device and OS information to your assigned developers. They can update its status when it is resolved.